-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "dimo-2015-renderer",
"version": "0.0.0",
"description": "A spiffy, new, ultra customizable visualization renderer for interactive art exhibits.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/geekspark-rh/dimo-2015-renderer.git"
},
"author": "mwcz palebluepixel.org",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/geekspark-rh/dimo-2015-renderer/issues"
},
"devDependencies": {
"grunt": "~0.4.5",
"bower": "~1.3.12",
"grunt-bower-requirejs": "~2.0.0",
"time-grunt": "~1.1.0",
"load-grunt-tasks": "~3.1.0",
"grunt-contrib-jshint": "~0.11.2",
"jshint-stylish": "~1.0.1",
"grunt-babel": "~4.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-tree-prepare": "~0.9.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-connect": "~0.9.0",
"grunt-sync": "~0.2.3"
}
}