-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 809 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "nz-toggle",
"version": "2.2.1",
"description": "__Double and Triple-State Toggle for AngularJS__",
"main": ["dist/nz-toggle.js", "dist/nz-toggle.css"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nozzle/nz-toggle.git"
},
"author": "Tanner Linsley <tannerlinsley@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/nozzle/nz-toggle/issues"
},
"homepage": "https://github.com/nozzle/nz-toggle",
"dependencies": {
"gulp": "^3.9.0",
"gulp-ng-annotate": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.0.5",
"gulp-uglify": "^1.2.0",
"nib": "^1.1.0"
}
}