-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 922 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
{
"name": "hypnotoads",
"version": "1.0.0",
"description": "workout tracker with elegant data visualization",
"main": "server/app.js",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-session": "^1.14.1",
"jwt-simple": "^0.5.0",
"morgan": "^1.7.0",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"sequelize": "^3.24.1"
},
"engines": {
"node": "6.5.0"
},
"devDependencies": {},
"scripts": {
"start": "node server/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hypnotoads/hypnotoads.git"
},
"keywords": [
"exercise",
"workout",
"tracker"
],
"author": "hypnotoads",
"license": "ISC",
"bugs": {
"url": "https://github.com/hypnotoads/hypnotoads/issues"
},
"homepage": "https://github.com/hypnotoads/hypnotoads#readme"
}