forked from cgarvis/angular-toggle-switch
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
73 lines (73 loc) · 2.09 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "angular-bootstrap-toggle-switch",
"version": "0.5.6",
"title": "Angular.JS Toggle Switch",
"author": {
"name": "Chris Garvis",
"url": "http://chrisgarvis.com"
},
"repository": {
"type": "git",
"url": "[email protected]:JumpLink/angular-toggle-switch.git"
},
"license": "MIT",
"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": "~1.6.8",
"grunt": "^0.4.4",
"grunt-auto-release": "0.0.6",
"grunt-bump": "0.6.0",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": "~0.12.1",
"grunt-ng-annotate": "^1.0.1",
"grunt-npm": "0.0.2",
"jasmine-core": "^2.3.4",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"karma-script-launcher": "^0.1.0",
"matchdep": "~1.0.0"
},
"scripts": {
"test": "grunt test -v"
},
"contributors": [
"JumpLink <[email protected]>",
"Martin Maestri <[email protected]>",
"Pascal Garber <[email protected]>",
"JumpLink <[email protected]>",
"Pascal Garber <[email protected]>",
"Pascal Garber <[email protected]>",
"alexander rusanov <[email protected]>",
"Philipp Wolfer <[email protected]>",
"menny <[email protected]>",
"Benjamin Squire <[email protected]>",
"Fabio Rueda <[email protected]>",
"Hypercubed <[email protected]>",
"Marko <[email protected]>",
"Salvatore Garbesi <[email protected]>",
"Shinework <[email protected]>",
"Taylor Brushwyler <[email protected]>",
"Tom Vincent <[email protected]>",
"alexndlm <[email protected]>",
"Alemar Osorio <[email protected]>"
]
}