-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.31 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
51
52
{
"name": "api.classicaldb.org",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "make migrate && node main.js"
},
"engines": {
"node": "5.10.1",
"npm": "3.8.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/classicalmusic/classicaldb-service-metadata.git"
},
"author": "Andrew Zey",
"license": "MIT",
"bugs": {
"url": "https://github.com/classicalmusic/classicaldb-service-metadata/issues"
},
"homepage": "https://github.com/classicalmusic/classicaldb-service-metadata#readme",
"dependencies": {
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"glob": "^7.0.3",
"pg": "^4.5.3",
"pg-hstore": "^2.3.2",
"pm2": "^1.1.1",
"restify": "^4.0.4",
"semver": "^5.1.0",
"sequelize": "^3.21.0",
"sequelize-cli": "^2.3.1"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-eslint": "^6.0.2",
"chai": "^3.2.0",
"chai-as-promised": "^5.3.0",
"coveralls": "^2.11.9",
"dirty-chai": "^1.2.2",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.2.0",
"istanbul": "1.0.0-alpha.2",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"supertest": "^1.2.0"
}
}