-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "project-starterkit",
"version": "2.0.0",
"description": "",
"main": "index.js",
"bin": {
"cleanarchives": "cleanarchives.js"
},
"scripts": {
"start": "PORT=7000 node .",
"build": "cd app && npm run build",
"dev": "concurrently \"cd app && npm run css-watch\" \"cd app && npm run js-watch\" \"npm start\""
},
"keywords": [],
"author": "Jon-Kyle <[email protected]> (http://jon-kyle.com)",
"license": "ISC",
"dependencies": {
"create-html": "^3.0.0",
"html-minifier": "^3.5.2",
"hyperdiscovery": "^6.0.4",
"hyperdrive": "^9.4.7",
"js-yaml": "^3.8.4",
"level": "^1.7.0",
"merry": "^5.3.3",
"mkdirp": "^0.5.1",
"mutexify": "^1.1.0",
"nanobus": "^4.2.0",
"parse-url": "^1.3.11",
"rimraf": "^2.6.1",
"send": "^0.15.3",
"subtoilet": "^1.0.1",
"toiletdb": "^1.4.0",
"universal-cookie": "^2.0.8",
"uuid": "^3.1.0",
"ws": "^3.0.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"brfs": "^1.4.3",
"concurrently": "^3.5.0"
}
}