forked from BitcoinUnlimited/BitcoinUnlimitedWeb
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.72 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.72 KB
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
{
"name": "bitcoin-unlimited-web",
"version": "0.8.7",
"description": "The Bitcoin Unlimited web site",
"author": "Bitcoin Unlimited Developers",
"contributors": [
{
"name": "andrewquentson@gmail.com"
},
{
"name": "Andrew Stone"
},
{
"name": "Trevin Hofmann",
"email": "trevinhofmann@gmail.com"
}
],
"scripts": {
"start": "node index.js",
"postinstall": "bower install",
"build": "grunt build",
"prepublish": "grunt clean:bower build",
"bower": "bower install",
"watch": "grunt watch",
"nodemon": "nodemon index.js"
},
"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",
"react-modal": "^1.7.7"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^8.0.0",
"basscss": "^8.0.2",
"grunt": "^1.0.3",
"grunt-babel": "^7.0.0",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.2.0",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-watch": "^1.1.0",
"nodemon": "^1.11.0",
"prop-types": "^15.5.7",
"radium": "^0.24.0",
"react": "^15.4.2",
"react-burger-menu": "^1.10.14",
"react-dom": "^15.4.2",
"react-router": "^2.0.0"
}
}