-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1008 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
32
33
34
35
36
37
38
39
40
{
"name": "linx-api",
"version": "0.0.0",
"description": "api.linx.dj",
"main": "index.js",
"scripts": {
"test": "(export NODE_ENV=test; mocha -R spec test/**/*.js)",
"develop": "(export NODE_ENV=development; nodemon .)",
"start": "(export NODE_ENV=production; node .)"
},
"repository": {
"type": "git",
"url": "git://github.com/linxmusic/linx-api.git"
},
"author": "Linx",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/linxmusic/linx-api/issues"
},
"homepage": "https://github.com/linxmusic/linx-api",
"devDependencies": {
"nodemon": "^1.0.15",
"chai": "~1.9.0",
"mocha": "~1.18.0",
"supertest": "~0.9.2"
},
"dependencies": {
"body-parser": "^1.0.1",
"debug": "^0.7.4",
"ecstatic": "^0.5.3",
"express": "^3.4.8",
"level": "^0.18.0",
"level-sublevel": "^5.2.0",
"level-writestream": "^0.1.1",
"levelgraph": "^0.8.2",
"lodash": "^2.4.1",
"morgan": "^1.0.0",
"tv4": "^1.0.16"
}
}