-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 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
{
"name": "authmaker-common",
"version": "3.0.0",
"description": "Common aspects for all authmaker repos",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --recursive --reporter spec",
"test-watch": "npm run test -- -w --reporter min"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Authmaker/authmaker-common.git"
},
"author": "Chris Manson <chris@manson.ie>",
"license": "Private",
"bugs": {
"url": "https://github.com/Authmaker/authmaker-common/issues"
},
"homepage": "https://github.com/Authmaker/authmaker-common#readme",
"dependencies": {
"mongoose-nconf-connect": "^2.2.0",
"lodash": "^3.10.0",
"mongoose": "^4.0.6",
"q": "^1.4.1",
"util": "^0.10.3",
"winston": "^1.0.1"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0",
"chai": "^3.0.0",
"commander": "^2.9.0",
"mocha": "^2.2.5",
"nconf": "^0.8.2",
"q": "^1.4.1",
"sinon": "^1.15.4",
"supertest": "^1.0.1"
}
}