forked from powerdev0510/ethereum-org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "ethereum.org",
"description": "Ethereum website",
"version": "2.0.1",
"private": true,
"engines": {
"node": "0.12.3",
"npm": "2.5.0"
},
"scripts": {
"start": "node ./bin/www",
"build": "grunt"
},
"dependencies": {
"body-parser": "1.12.0",
"debug": "2.1.1",
"express": "^4.11.2",
"jstransformer-markdown-it": "^2.0.0",
"markdown": "latest",
"markdown-it-include": "0.0.2",
"pug": "^2.0.0-rc.4",
"serve-favicon": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/alexvandesande/ethereum-org"
},
"homepage": "https://github.com/cubedro/frontier.ethereum.org",
"bugs": {
"url": "https://github.com/cubedro/frontier.ethereum.org/issues"
},
"authors": [
{
"name": "Marian Oancea",
"email": "marian@ethdev.com",
"url": "https://github.com/cubedro"
}
],
"license": "LGPL-3.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-pug": "^1.0.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-http": "^2.2.0"
}
}