-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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": "shackspace-api-space",
"version": "0.0.1",
"description": "",
"main": "bin/server.js",
"scripts": {
"start": "nodemon --watch app --ext \"js,coffee\" bin/server.js",
"start:production": "node bin/server.js",
"test": "mocha --compilers coffee:coffee-script/register test/*.test.coffee",
"docs:install": "cd docs && npm install",
"docs:start": "cd docs && roots watch",
"docs:build": "cd docs && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shackspace/api-space.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shackspace/api-space/issues"
},
"homepage": "https://github.com/shackspace/ap-spacei#readme",
"dependencies": {
"co-request": "^1.0.0",
"coffee-script": "^1.12.4",
"influx": "^5.0.7",
"koa": "^1.2.5",
"koa-body": "^1.6.0",
"koa-cors": "0.0.16",
"koa-router": "^5.4.0",
"koa-send": "^3.3.0",
"koa-static": "^2.1.0",
"log4js": "^1.1.0",
"request": "^2.79.0",
"request-promise": "^4.2.1"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"nodemon": "^1.11.0"
}
}