-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1017 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
40
41
42
43
{
"name": "stock-portfolio",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bower": "bower install",
"start": "node server.js"
},
"eslintConfig": {
"env": {
"node": true,
"es6": true
},
"extends": "eslint:recommended",
"rules": {
"no-console": 0
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/micahp0506/stock-portfolio.git"
},
"author": "Micah Wells <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/micahp0506/stock-portfolio/issues"
},
"homepage": "https://github.com/micahp0506/stock-portfolio#readme",
"dependencies": {
"body-parser": "^1.14.2",
"bower": "^1.7.7",
"cheerio": "^0.20.0",
"express": "^4.13.4",
"fs": "0.0.2",
"jade": "^1.11.0",
"lodash": "^4.4.0",
"mongoose": "^4.4.3",
"node-sass-middleware": "^0.9.7",
"request": "^2.69.0"
}
}