-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 911 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
{
"name": "market-tracker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tommy-Lim/market-tracker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tommy-Lim/market-tracker/issues"
},
"homepage": "https://github.com/Tommy-Lim/market-tracker#readme",
"dependencies": {
"angular-ui-bootstrap": "^2.5.0",
"babel-eslint": "^7.1.1",
"bcrypt": "^1.0.2",
"body-parser": "^1.16.0",
"csslint": "^1.0.5",
"dotenv": "^4.0.0",
"eslint": "^3.14.1",
"express": "^4.14.0",
"express-jwt": "^5.1.0",
"jsonwebtoken": "^7.2.1",
"mongoose": "^4.7.9",
"morgan": "^1.7.0",
"path": "^0.12.7",
"request": "^2.79.0"
},
"engines": {
"node": "6.11.1"
}
}