-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "midpoint",
"version": "1.0.0",
"description": "Centrographic measure",
"main": "server.js",
"scripts": {
"knex": "knex",
"heroku-postbuild": "knex migrate:latest",
"nf": "nf start",
"nodemon": "nodemon server.js"
},
"engine": {
"node": "6.9.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funnyfreddy/midpoint.git"
},
"author": "Noni Manzano",
"license": "ISC",
"bugs": {
"url": "https://github.com/funnyfreddy/midpoint/issues"
},
"homepage": "https://github.com/funnyfreddy/midpoint#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"supertest": "^3.0.0"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.1",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"express": "^4.15.2",
"knex": "^0.12.9",
"locus": "^2.0.1",
"method-override": "^2.3.8",
"morgan": "^1.8.1",
"pg": "^6.1.5",
"request": "^2.81.0"
}
}