-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
54 lines (54 loc) · 1.46 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
{
"name": "lucky-js",
"version": "0.1.0",
"main": "./src/js/server.js",
"scripts": {
"start": "make && node ./src/js/server.js"
},
"dependencies": {
"alt": "^0.17.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"body-parser": "~1.12.0",
"bootstrap": "^3.3.7",
"browserify": "^13.0.1",
"bs58": "^4.0.0",
"clone": "^2.1.0",
"cors": "^2.7.1",
"debug": "^2.1.3",
"ejs": "^2.3.4",
"express": "~4.12.2",
"fiber-utils": "^0.8.2",
"fibers": "^1.0.15",
"ipfs-api": "git://github.com/mitar/js-ipfs-api.git#428e8eabdb374251176fab8e0835f479c645cd9a",
"ipld-dag-pb": "^0.9.5",
"is-ipfs": "^0.3.0",
"less": "^2.7.2",
"lru-cache": "^4.0.2",
"multihashing-async": "git://github.com/multiformats/js-multihashing-async.git#154001d3c0b4e0b51a838af934b47fa09fd8417a",
"react": "^0.14.2",
"react-bootstrap": "^0.30.5",
"react-dom": "^0.14.2",
"react-infinite-scroller": "^1.0.7",
"react-router": "^3.0.0",
"react-textarea-autosize": "^4.0.5",
"request": "^2.72.0",
"secureworker": "^0.1.4",
"socket.io": "^1.7.1",
"socket.io-client": "^1.7.1",
"underscore": "^1.8.3",
"whatwg-fetch": "^2.0.3",
"yargs": "^7.0.1",
"node-uuid": "^1.4.7"
},
"engines": {
"node": "6.10.0"
},
"devDependencies": {
"babelify": "^7.3.0",
"jsdom": "^3.1.2",
"json-stable-stringify": "^1.0.1"
},
"license": "BSD-3-Clause",
"private": true
}