-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.16 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.16 KB
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
{
"name": "SigWel",
"version": "0.0.1",
"description": "Signature Validator App",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/NodejsHouston/SigWel.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NodejsHouston/SigWel/issues"
},
"homepage": "https://github.com/NodejsHouston/SigWel",
"dependencies": {
"boom": "^2.8.0",
"bower": "~1.3.9",
"chai": "^3.3.0",
"fs": "0.0.2",
"good": "^5.1.0",
"good-console": "^4.0.0",
"hapi": "^8.0.0",
"hapi-assets": "~0.3.0",
"hapi-auth-cookie": "^3.1.0",
"hapi-cache-buster": "~0.4.0",
"hapi-named-routes": "~0.3.0",
"joi": "^6.7.1",
"mocha": "^2.3.3",
"mongoose": "^4.1.1",
"swig": "~1.4.2",
"uuid": "^2.0.1"
},
"devDependencies": {
"gulp": "~3.8.7",
"gulp-concat": "~2.3.4",
"gulp-imagemin": "~1.0.1",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "~0.3.7",
"gulp-nodemon": "^2.0.3",
"gulp-uglify": "~1.0.0",
"gulp-util": "^3.0.6"
}
}