-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.65 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "hackerbay-task",
"version": "0.1.0",
"main": "server.js",
"repository": "https://github.com/tonyobanon/hackerbay_task",
"license": "Apache-2.0",
"scripts": {
"start": "node server.js",
"pm2-start": "NODE_PATH=. pm2 delete pm2.json && pm2 start pm2.json",
"pm2-start-dev": "NODE_PATH=. pm2-dev run pm2.json",
"pm2-stop": "NODE_PATH=. pm2 delete pm2.json",
"test": "NODE_PATH=. istanbul cover _mocha -- -R spec test/unit/*",
"configure": "echo No configure - skipping!",
"lint": "NODE_PATH=. jscs . && jshint ."
},
"author": "Tony Anyanwu <[email protected]>",
"dependencies": {
"async": "1.5.2",
"cli-table": "0.3.1",
"custom-error-generator": "7.0.0",
"dateformat": "1.0.12",
"file-type": "7.4.0",
"http-status": "0.2.2",
"jimp": "0.2.28",
"joi": "9.0.0-1",
"jsonpatch": "3.0.1",
"jsonwebtoken": "7.1.9",
"memory-cache": "0.2.0",
"moment": "2.14.1",
"newrelic": "1.27.2",
"node-fetch": "2.0.0-alpha.9",
"object-hash": "1.1.2",
"on-headers": "1.0.1",
"php-unserialize": "0.0.1",
"redis": "2.0.0",
"requestretry": "1.12.0",
"restify": "4.1.1",
"restify-url-semver": "1.1.0",
"statsd-client": "0.4.0",
"winston": "1.0.2",
"yamljs": "0.2.8"
},
"devDependencies": {
"amqplib": "0.4.1",
"chai": "4.1.2",
"chai-http": "1.0.0",
"istanbul": "0.4.3",
"joi": "8.1.1",
"eslint": "4.12.1",
"jscs": "2.2.0",
"jshint": "2.8.0",
"mocha": "2.2.5",
"mockery": "1.4.0",
"nock": "8.0.0",
"nodemon": "1.12.1",
"node-mocks-http": "1.6.6",
"sinon": "2.0.0-pre.6",
"supertest": "3.0.0"
}
}