This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
72 lines (72 loc) · 1.73 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "blockchange",
"description": "Demo for proof-of-luck blockchain project",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js",
"watch": "nodemon server.js"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"dependencies": {
"alt": "^0.17.8",
"async": "^2.0.1",
"bignumber.js": "^3.0.0",
"body-parser": "^1.14.1",
"colors": "^1.1.2",
"compression": "^1.6.0",
"cors": "^2.7.1",
"cron": "^1.1.0",
"d3": "^3.5.17",
"d3-tip": "^0.7.1",
"deep-equal": "^1.0.1",
"ether-pudding": "^3.2.0",
"express": "^4.13.3",
"ipfs-api": "^4.0.2",
"mongoose": "^4.2.5",
"morgan": "^1.6.1",
"ngrok": "^2.2.3",
"oboe": "^2.1.2",
"pubngrok": "^2.0.5",
"react": "^0.14.2",
"react-bootstrap": "^0.30.5",
"react-dimensions": "^1.3.0",
"react-dom": "^0.14.2",
"react-textarea-autosize": "^4.0.5",
"request": "^2.75.0",
"serve-favicon": "^2.3.0",
"socket.io": "^1.3.7",
"solc": "^0.4.4",
"swig": "^1.4.2",
"underscore": "^1.8.3",
"xml2js": "^0.4.15"
},
"devDependencies": {
"babel-core": "^6.1.19",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-register": "^6.3.13",
"babelify": "^7.2.0",
"bower": "^1.6.5",
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0"
},
"license": "MIT"
}