forked from ethereum/ethereum-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 884 Bytes
/
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
{
"name": "frontier-release",
"description": "Ethereum Frontier website",
"version": "0.0.1",
"private": true,
"engines": {
"node": "0.12.0",
"npm": "2.5.0"
},
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "1.12.0",
"debug": "2.1.3",
"express": "^4.11.2",
"express-force-ssl": "^0.2.11",
"jade": "^1.9.2",
"lodash": "^3.5.0",
"openpgp": "^1.0.0",
"serve-favicon": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ethereum/frontier-release.git"
},
"homepage": "https://github.com/ethereum/frontier-release",
"bugs": {
"url": "https://github.com/ethereum/frontier-release/issues"
},
"authors": [
{
"name": "Marian Oancea",
"email": "[email protected]",
"url": "https://github.com/cubedro"
}
],
"license": "LGPL-3.0"
}