-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
45 lines (45 loc) · 1.2 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "angular-bootstrap-switch",
"version": "0.5.2",
"main": "dist/angular-bootstrap-switch.js",
"author": {
"name": "Francesco Pontillo",
"email": "[email protected]",
"url": "https://github.com/frapontillo"
},
"homepage": "https://github.com/frapontillo/angular-bootstrap-switch",
"repository": {
"type": "git",
"url": "[email protected]:frapontillo/angular-bootstrap-switch.git"
},
"license": "Apache-2.0",
"dependencies": {
"angular": ">=1.4.0",
"jquery": ">=1.9.0",
"bootstrap": ">=2.3.2",
"bootstrap-switch": "3.3.2"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.11.0",
"grunt-karma": "~0.12.1",
"grunt-ng-annotate": "^1.0.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "~0.2.2",
"karma-firefox-launcher": "~0.1.7",
"karma-jasmine": "~0.3.6",
"karma-phantomjs-launcher": "~1.0.0",
"matchdep": "~1.0.0",
"phantomjs-prebuilt": "^2.1.3"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "grunt test-travis"
}
}