-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 886 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
35
{
"name": "reactivis",
"version": "0.0.0",
"description": "Reusable Interactive D3 Data Visualizations.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/curran/reactivis.git"
},
"author": "Curran Kelleher",
"license": "MIT",
"bugs": {
"url": "https://github.com/curran/reactivis/issues"
},
"homepage": "https://github.com/curran/reactivis",
"devDependencies": {
"body-parser": "^1.2.0",
"chai": "^1.9.1",
"d3": "^3.4.8",
"express": "^4.0.0",
"gulp": "^3.6.2",
"gulp-docco": "0.0.4",
"gulp-jshint": "^1.5.5",
"gulp-mocha": "^0.4.1",
"gulp-rename": "^1.2.0",
"gulp-requirejs": "^0.1.3",
"gulp-uglify": "^0.2.1",
"jsdom": "^0.10.5",
"jshint-stylish": "^0.1.5",
"requirejs": "^2.1.11"
}
}