forked from BitcoinUnlimited/BitcoinUnlimitedWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.37 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
{
"name": "bitcoin-unlimited-web",
"version": "0.5.5",
"description": "The Bitcoin Unlimited web site",
"author": "Bitcoin Unlimited Developers",
"contributors": [
{
"name": "[email protected]"
},
{
"name": "Andrew Stone"
},
{
"name": "Trevin Hofmann",
"email": "[email protected]"
}
],
"scripts": {
"start": "node index.js",
"postinstall": "bower install",
"build": "grunt build",
"prepublish": "grunt build"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/BitcoinUnlimited/BitcoinUnlimitedWeb.git"
},
"bugs": {
"url": "https://github.com/BitcoinUnlimited/BitcoinUnlimitedWeb/issues"
},
"keywords": [
"bitcoin",
"unlimited",
"website"
],
"license": "MIT",
"homepage": "https://www.bitcoinunlimited.info/",
"dependencies": {
"bower": "^1.7.9",
"express": "^4.13.3"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^4.0.1",
"grunt-cli": "^1.2.0",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-watch": "^0.6.1",
"history": "^1.17.0",
"react": "^0.14.5",
"react-dom": "^0.14.5",
"react-router": "^1.0.3"
}
}