forked from RadMie/ng-knob
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 747 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 747 Bytes
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
{
"name": "ng-knob",
"version": "0.1.4",
"description": "Angular.js Knob directive",
"homepage": "https://radmie.github.io/ng-knob",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"jshint-stylish": "^2.1.0",
"load-grunt-tasks": "^3.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"authors": [
"RadMie <radoslaw.mietkiewicz@gmail.com>"
],
"license": "MIT",
"keywords": [
"angular",
"d3",
"control",
"ui",
"gauge",
"knob"
]
}