-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
34 lines (34 loc) · 872 Bytes
/
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
{
"name": "angular-switcher",
"version": "0.2.7",
"description": "Angular Switcher is an AngularJS directive that models toggle switches.",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/indrimuska/angular-switcher.git"
},
"keywords": [
"switcher",
"switches",
"toggle",
"checkbox",
"angular"
],
"author": "Indri Muska <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indrimuska/angular-switcher/issues"
},
"homepage": "http://indrimuska.github.io/angular-switcher",
"dependencies": {
"angular": "~1.8.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-sync-json": "^0.4.0",
"load-grunt-tasks": "^3.2.0"
}
}