-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.66 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "stock_market_graph",
"version": "1.0.0",
"description": "FCC project",
"main": "server.js",
"dependencies": {
"body-parser": "^1.17.1",
"buffer": "^5.0.5",
"chart.js": "^2.5.0",
"connect-mongo": "^1.3.2",
"d3-axis": "^1.0.6",
"d3-request": "^1.0.5",
"d3-scale": "^1.0.5",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"express-session": "^1.15.1",
"moment": "^2.17.1",
"mongoose": "^4.8.6",
"pikaday": "^1.5.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3"
},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.8",
"browserify": "^14.1.0",
"browserslist": "^1.7.6",
"eslint": "^3.17.1",
"eslint-plugin-react": "^6.10.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-eslint": "^3.0.1",
"gulp-nodemon": "^2.2.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.1.0",
"mocha": "^3.2.0",
"uglify": "^0.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"scripts": {
"test": "mocha",
"lint": "eslint server.js"
},
"browserslist": [
"last 2 versions"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hogdogthegod/StockMarketTracking.git"
},
"author": "HogDog",
"license": "ISC",
"bugs": {
"url": "https://github.com/hogdogthegod/StockMarketTracking/issues"
},
"homepage": "https://github.com/hogdogthegod/StockMarketTracking#readme"
}