forked from ziscloud/angular-bootstrap-toggle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 808 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 808 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
28
29
30
31
32
{
"name": "angular-bootstrap-toggle",
"version": "0.1.2",
"author": {
"name": "Tony Wang",
"email": "ziscloud@gmail.com"
},
"main": "dist/angular-bootstrap-toggle.min.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-concat": "^2.3.4",
"gulp-jshint": "^1.8.4",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.4.1",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"karma-jquery": "^0.1.0",
"karma-phantomjs2-launcher": "~0.3.2",
"karma-spec-reporter": "^0.0.20",
"run-sequence": "^1.0.2"
},
"engines": {
"node": ">=0.8.0"
}
}