forked from oscarfonts/sensor-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "sensor-widgets",
"version": "0.1.0",
"description": "Configurable graphical components for your SOS sensor data.",
"main": "dist/js/factory.js",
"directories": {
"doc": "doc",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/oscarfonts/sensor-widgets.git"
},
"author": "Oscar Fonts <oscar.fonts@geomati.co> (http://fonts.cat)",
"license": "MIT",
"bugs": {
"url": "https://github.com/oscarfonts/sensor-widgets/issues"
},
"devDependencies": {
"bower": "~1.3.12",
"compression": "^1.4.3",
"grunt": "~0.4.5",
"grunt-bower-task": "~0.4.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-gh-pages": "^0.10.0",
"grunt-processhtml": "^0.3.8",
"grunt-requirejs": "^0.4.2",
"jshint-stylish": "~1.0.0"
},
"dependencies": {
"grunt-wrap": "^0.3.0"
}
}