This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathpackage.json
62 lines (62 loc) · 1.65 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
{
"name": "angular-toggle-switch",
"version": "1.3.0",
"title": "Angular.JS Toggle Switch",
"author": {
"name": "Chris Garvis",
"url": "http://chrisgarvis.com"
},
"repository": {
"type": "git",
"url": "git://github.com:cgarvis/angular-toggle-switch.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license"
}
],
"keywords": [
"angular",
"angularjs",
"angular.js",
"toggle",
"switch",
"toggle switch",
"angular toggle",
"angular switch"
],
"main": "angular-toggle-switch.js",
"homepage": "http://cgarvis.github.io/angular-toggle-switch",
"devDependencies": {
"bower": "~0.9.2",
"grunt": "~0.4.1",
"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"
},
"scripts": {
"test": "grunt test -v"
},
"contributors": [
"Martin Maestri <[email protected]>",
"alexander rusanov <[email protected]>",
"Rajeev Guru <[email protected]>",
"Brett Hale <[email protected]>",
"Chris Stephens <[email protected]>",
"Tim Walling <[email protected]>",
"Shinework <[email protected]>",
"paul-tST <[email protected]>",
"Tom Vincent <[email protected]>",
"Chris Jackson <[email protected]>",
"paul-barry-cengage <[email protected]>",
"Hypercubed <[email protected]>"
]
}