-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 851 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
{
"name": "rndr-eng",
"version": "0.0.1-RC.13",
"license": "MIT",
"description": "The rendering engine modules are a pluggable and embeddable framework for persisting data visualizations.",
"author": {
"name": "Scott Aslan",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/scottyaslan/rndr/issues"
},
"homepage": "https://github.com/scottyaslan/rndr",
"repository": {
"type": "git",
"url": "https://github.com/scottyaslan/rndr.git"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"devDependencies": {
"almond": "^0.3.3",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^2.0",
"grunt-html2js": "^0.3.6"
}
}