forked from JumpLink/angular-toggle-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.44 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "angular-toggle-switch",
"version": "0.5.1",
"title": "Angular.JS Toggle Switch",
"author": {
"name": "Chris Garvis",
"url": "http://chrisgarvis.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license"
}
],
"keywords": [
"angular",
"angularjs",
"angular.js",
"toggle",
"switch",
"toggle switch",
"angular toggle",
"angular switch",
"bootstrap",
"bootstrap switch",
"bootstrap toggle switch"
],
"main": "angular-toggle-switch.js",
"homepage": "http://cgarvis.github.io/angular-toggle-switch",
"devDependencies": {
"bower": "~0.9.2",
"grunt": "^0.4.4",
"grunt-cli": "0.1.7",
"grunt-ngmin": "0.0.2",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-karma": "~0.4.3",
"matchdep": "~0.1.2",
"grunt-npm": "0.0.2",
"grunt-auto-release": "0.0.4",
"grunt-bump": "0.0.11",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-less": "^0.11.0"
},
"scripts": {
"test": "grunt test -v"
},
"contributors": [
"Martin Maestri <[email protected]>",
"JumpLink <[email protected]>",
"Pascal Garber <[email protected]>",
"alexander rusanov <[email protected]>",
"Fabio Rueda <[email protected]>",
"Hypercubed <[email protected]>",
"Shinework <[email protected]>",
"Tom Vincent <[email protected]>"
]
}