forked from thomasLevans/adp-connection-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 912 Bytes
/
package.json
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": "adp-connection",
"version": "2.1.1",
"description": "ADP Connection Library",
"main": "index.js",
"scripts": {
"coverage": "NODE_DEBUG=adp-connection NODE_ENV=TEST istanbul cover _mocha; cp coverage/lcov-report/index.html test/coverage.html",
"test": "NODE_ENV=TEST mocha",
"lint": "eslint ./"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:adplabs/adp-connection-node.git"
},
"author": "ADP Marketplace",
"license": "Apache-2.0",
"dependencies": {
"adp-core": "^1.0.0",
"config": "^1.19.0",
"mongoose": "^4.3.7",
"node-uuid": "^1.4.7",
"request": "^2.67.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"body-parser": "^1.18.2",
"chai": "^3.5.0",
"eslint": "^1.10.3",
"express": "^4.13.4",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"restler": "^3.4.0",
"valid-url": "^1.0.9"
}
}