forked from znation/scalable-data-visualization
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 865 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 865 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
33
34
35
36
{
"name": "talk_demo",
"version": "1.0.0",
"description": "Demo for React.js Conf 2015 talk",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Zach Nation",
"license": "ISC",
"dependencies": {
"binary": "^0.3.0",
"node-static": "^0.7.6",
"ws": "^0.6.4"
},
"devDependencies": {
"6to5ify": "^3.1.0",
"bitcore": "^0.8.6",
"browserify": "^8.0.3",
"d3": "^3.5.3",
"gulp": "^3.8.10",
"gulp-6to5": "^2.0.0",
"gulp-less": "^2.0.1",
"gulp-livereload": "^3.2.0",
"gulp-newer": "^0.5.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-util": "^3.0.1",
"moment": "^2.9.0",
"react": "^0.12.2",
"reactify": "^0.17.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.2.1"
}
}