-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.17 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
{
"name": "edifice-rest",
"private": true,
"version": "1.0.0",
"description": "REST API for Edifice",
"main": "app.js",
"scripts": {
"dev": "NODE_ENV=development nodemon app.js",
"prod": "NODE_ENV=production node app.js",
"test": "mocha --recursive test/"
},
"engines": {
"npm": ">=3.0.0",
"node": ">=5.11.0"
},
"author": "Robert Herhold <[email protected]>",
"license": "MIT",
"dependencies": {
"@google-cloud/datastore": "0.5.0",
"@google-cloud/storage": "0.1.1",
"axios": "0.10.0",
"boom": "3.1.2",
"co-busboy": "1.3.1",
"config": "1.21.0",
"cuid": "1.3.8",
"jimp": "0.2.27",
"joi": "8.4.0",
"koa": "1.2.0",
"koa-bodyparser": "2.2.0",
"koa-cors": "0.0.16",
"koa-logger": "1.3.0",
"koa-router": "5.4.0",
"lodash": "4.13.1",
"lru-cache": "4.0.1",
"moment": "2.13.0",
"nbt": "0.6.0",
"request-promise": "3.0.0",
"winston": "2.2.0"
},
"devDependencies": {
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"chai-subset": "1.2.2",
"co-mocha": "1.1.2",
"coveralls": "2.11.9",
"eslint": "3.1.0",
"istanbul": "0.4.3",
"mocha": "2.2.4"
}
}