-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
36 lines (36 loc) · 938 Bytes
/
package.json
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
33
34
35
36
{
"name": "angular-bootstrap-toggle",
"version": "0.4.2",
"author": {
"name": "Tony Wang",
"email": "[email protected]"
},
"license": "MIT",
"repository": "ziscloud/angular-bootstrap-toggle",
"main": "dist/angular-bootstrap-toggle.min.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^1.12.0",
"gulp-less": "^3.5.0",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^1.5.4",
"jasmine-core": "^2.99.1",
"angular": "^1.7.7",
"angular-mocks": "^1.7.7",
"jshint-stylish": "^2.2.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "^0.3.8",
"karma-jquery": "^0.1.0",
"karma-phantomjs2-launcher": "^0.3.2",
"karma-spec-reporter": "0.0.20",
"run-sequence": "^1.2.2"
},
"engines": {
"node": ">=0.8.0"
}
}