forked from anshulc55/mynodejsapplication
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 813 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 813 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
{
"name": "mynodejsapplication",
"version": "1.0.0",
"description": "Node JS Sample Project",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anshulc55/mynodejsapplication.git"
},
"keywords": [
"nodejs",
"hapijs"
],
"author": "anshulawscodepipeline",
"license": "ISC",
"bugs": {
"url": "https://github.com/anshulc55/mynodejsapplication/issues"
},
"homepage": "https://github.com/anshulc55/mynodejsapplication#readme",
"dependencies": {
"hapi": "^13.3.0",
"pg": "^4.5.5",
"underscore": "~1.6.0",
"q": "~1.0.1"
},
"devDependencies": {
"mocha": "^1.17.1",
"should": "^3.1.3",
"supertest": "^0.9.0",
"travis-cov": "^0.2.5"
}
}