This repository was 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
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.65 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.65 KB
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 <mmaestri@gmail.com>",
"alexander rusanov <alexander.rusanov@gmail.com>",
"Rajeev Guru <guru.rajeev@gmail.com>",
"Brett Hale <brett@straightfromhale.com>",
"Chris Stephens <cstephens@centripetalnetworks.com>",
"Tim Walling <twalling@brightcove.com>",
"Shinework <adrien.baptiste@gmail.com>",
"paul-tST <paul@thesmalltime.com>",
"Tom Vincent <git@tlvince.com>",
"Chris Jackson <chris@cd-jackson.com>",
"paul-barry-cengage <paul.barry@contractor.cengage.com>",
"Hypercubed <hypercubed@gmail.com>"
]
}