-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1007 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1007 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
31
32
33
34
35
36
37
38
{
"name": "node-website",
"version": "0.0.1",
"description": "",
"main": "server.js",
"scripts": {
"test": "lab -vC; node allPlugins t",
"start": "gulp develop",
"install": "node allPlugins"
},
"author": "herenow",
"license": "GPL",
"dependencies": {
"bistre": "0.0.1",
"bole": "^0.1.0",
"catbox": "^2.2.1",
"catbox-redis": "^1.0.1",
"handlebars": "^2.0.0-alpha.2",
"hapi": "^6.0.0",
"hapi-auth-cookie": "^1.0.3",
"joi": "^4.0.0",
"murmurhash": "0.0.2",
"nib": "^1.0.2",
"node-uuid": "^1.4.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"gulp": "^3.6.2",
"gulp-concat": "^2.2.0",
"gulp-nodemon": "^1.0.2",
"gulp-uglify": "^0.3.0",
"lab": "^3.1.1",
"once": "^1.3.0",
"touch": "0.0.3",
"replicate": "^0.2.0",
"request": "^2.36.0"
}
}