-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.04 KB
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
{
"name": "bachelor-nation-api",
"description": "a Bachelor and Bachelorette (United States) API written using endpoints",
"homepage": "https://github.com/kthffmn/bachelor-nation-api",
"author": {
"name": "Katie Hoffman",
"url": "http://kthffmn.github.io/"
},
"repository": {
"type": "git",
"url": "git://github.com/kthffmn/bachelor-nation-api.git"
},
"bugs": {
"url": "https://github.com/kthffmn/bachelor-nation-api/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kthffmn/bachelor-nation-api/blob/master/LICENSE"
}
],
"main": "index.js",
"engines": {
"node": ">= 0.10"
},
"scripts": {
"start": "node index"
},
"dependencies": {
"bluebird": "^2.9.13",
"body-parser": "^1.10.0",
"bookshelf": "^0.14.2",
"cli-table": "^0.3.1",
"cors": "^2.5.2",
"endpoints": "^0.9.0",
"express": "^4.10.6",
"express-routebuilder": "^2.1.0",
"knex": "^0.16.3",
"sqlite3": "^3.0.4"
},
"devDependencies": {
"jshint": "^2.5.11"
}
}