-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 812 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 812 Bytes
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
{
"name": "datprotocol.com",
"version": "1.0.0",
"description": "Website for Dat Protocol",
"main": "",
"scripts": {
"update-DEPs": "rm -rf ./DEPs && git clone https://github.com/dat-ecosystem/DEPs.git",
"build": "npm run update-DEPs && node scripts/build.js",
"start": "npm run build && serve ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/dat-ecosystem/datprotocol.com.git"
},
"keywords": [],
"author": "Dat Protocol WG",
"license": "MIT",
"bugs": {
"url": "https://github.com/dat-ecosystem/datprotocol.com/issues"
},
"homepage": "https://github.com/dat-ecosystem/datprotocol.com#readme",
"dependencies": {
"marked": "^0.3.12",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.2"
},
"devDependencies": {
"serve": "^6.4.9"
}
}