-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "channel",
"version": "0.1.0",
"description": "Distributed News",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/channel/channel.github.io.git"
},
"keywords": [
"distributed",
"news",
"terminal"
],
"author": "Cameron Hejazi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/channel/channel.github.io/issues"
},
"homepage": "https://github.com/channel/channel.github.io#readme",
"devDependencies": {
"autolinker": "^1.4.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"history": "^4.4.0",
"humanize-duration": "^3.9.1",
"json-loader": "^0.5.4",
"lz-string": "^1.4.4",
"marked": "^0.3.6",
"medium-editor": "^5.22.1",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-router": "^4.0.0-beta.6",
"react-router-dom": "^4.0.0-beta.6",
"readline-sync": "^1.4.5",
"solc": "^0.4.2",
"web3": "^0.16.0",
"web3-provider-engine": "^12.0.5",
"webpack": "^1.13.3",
"yargs": "^6.3.0"
}
}