forked from survarium/survarium-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 872 Bytes
/
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
{
"name": "survarium-api",
"version": "0.0.1",
"description": "survarium api server",
"main": "server/index.js",
"scripts": {
"test": "DEBUG=importer*,survarium-api-client DB_NAME=sv-test ./node_modules/.bin/tape tests/**/*.js | ./node_modules/.bin/tap-spec",
"start": "LISTEN=3010 ./server/index.js",
"deps": "npm i --no-optional && (cd server && npm run deps)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaseker/survarium-api.git"
},
"keywords": [
"survarium"
],
"author": "Dmitry Vasilyev <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vaseker/survarium-api/issues"
},
"homepage": "https://github.com/vaseker/survarium-api#readme",
"devDependencies": {
"tap-spec": "^4.1.1",
"tape": "^4.4.0"
},
"dependencies": {
"newrelic": "^1.28.1"
}
}