-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "socialcops",
"version": "1.0.0",
"description": "Micro service for patch request and image thumbnail",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "nyc mocha --timeout 200000",
"swagger": "yaml2json swagger/swagger.yaml > swagger/swagger.json"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "*",
"babel-plugin-transform-promise-to-bluebird": "^1.1.1",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015-node5": "*",
"babel-preset-stage-3": "*",
"nyc": "^11.4.1",
"yamljs": "^0.3.0"
},
"author": "Aditya Anand",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"chai": "^3.5.0",
"express": "^4.14.0",
"fast-json-patch": "^2.0.6",
"jimp": "^0.2.28",
"jsonwebtoken": "^8.1.0",
"lodash": "^4.17.4",
"mocha": "^3.1.2",
"morgan": "^1.9.0",
"node-mocks-http": "^1.5.4",
"replay": "^2.1.2",
"request": "^2.83.0",
"winston": "^2.4.0"
},
"repository": {
"type": "git",
"url": ""
}
}