-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.01 KB
/
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
36
37
38
39
40
41
42
{
"author": "Raoul Millais <[email protected]>",
"name": "api-stub",
"description": "Stub 7digital API for automated testing",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "[email protected]:7digital/api-stub.git"
},
"publishConfig": {
"registry": "http://npm-registry.prod.eu-central-1.7digital.net"
},
"main": "server.js",
"scripts": {
"postpublish": "\n### REMEMBER TO GIT PUSH THE VERSION COMMIT ###",
"test": "mocha --recursive spec"
},
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"body-parser": "^1.6.3",
"express": "^3.16.5",
"eyes": "0.1.7",
"httpolyglot": "^0.1.0",
"lodash": "~2.4.1",
"optimist": "~0.3.5",
"request": "~2.45.0",
"sandboxed-module": "~0.1.3",
"sinon": "~1.5.0",
"underscore": "1.3.3"
},
"devDependencies": {
"async": "^0.9.0",
"chai": "latest",
"docco": "latest",
"jshint": "latest",
"mocha": "~1.13.0",
"xml2js": "^0.4.4"
},
"optionalDependencies": {}
}