-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1008 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1008 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
{
"name": "node-service-utils",
"version": "0.1.2",
"description": "Generate services for your service oriented Node.js architecture",
"main": "src/index.js",
"scripts": {
"build": "npm install",
"test": "NODE_ENV=test gulp test",
"test-watch": "NODE_ENV=test gulp test-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OnPono/node-service-utils.git"
},
"keywords": [],
"author": "lazlojuly",
"license": "ISC",
"bugs": {
"url": "https://github.com/OnPono/node-service-utils/issues"
},
"homepage": "https://github.com/OnPono/node-service-utils#readme",
"dependencies": {
"mongoose": "^4.5.9"
},
"devDependencies": {
"cz-conventional-changelog": "^1.2.0",
"eslint": "^3.3.1",
"eslint-config-onpono-base": "^1.0.0",
"eslint-plugin-import": "^1.13.0",
"gulp": "^3.9.1",
"gulp-mocha": "^3.0.1",
"mocha": "^3.0.2",
"mockgoose": "^6.0.6",
"run-sequence": "^1.2.2",
"should": "^11.1.0"
}
}