forked from DirtNap/stock-quotes-and-recco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.71 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
{
"description": "An application for reading and analyzing stock information from the Yahoo Finance API",
"dependencies": {
"babel-core": "*",
"babel-loader": "*",
"babel-plugin-transform-es2015-spread": "*",
"babel-preset-react": "*",
"d3-react-sparkline": "^1.0.2",
"express": "^4.13.3",
"json-loader": "^0.5.3",
"mocha": "^2.3.3",
"react": "^0.14.1",
"react-bootstrap": "^0.27.3",
"react-router": "^2.0.0",
"react-router-bootstrap": "^0.20.1",
"request-promise": "^1.0.2",
"superagent": "^1.4.0",
"webpack": "^1.12.2"
},
"name": "stock-pricing-and-recco-project",
"version": "1.0.0",
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"babel-core": "^6.0.14",
"babel-loader": "^6.0.0",
"babel-plugin-react-transform": "^2.0.0-beta1",
"babel-preset-es2015": "^6.0.14",
"babel-preset-stage-0": "^6.0.15",
"babel-register": "^6.4.3",
"body-parser": "^1.14.1",
"file-loader": "^0.8.4",
"fs": "0.0.2",
"json-loader": "^0.5.3",
"mocha": "^2.4.5",
"net": "^1.0.2",
"react-dom": "^0.14.1",
"react-transform-hmr": "^1.0.1",
"request": "^2.65.0",
"tls": "0.0.1",
"webpack": "^1.12.2"
},
"scripts": {
"test": "mocha --require test/setup.js --compilers js:babel-register",
"start": "webpack && node server.js;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rkiouak/stock-quotes-and-recco.git"
},
"keywords": [
"stocks"
],
"author": "mrkiouak",
"license": "CPAL-1.0",
"bugs": {
"url": "https://github.com/Rkiouak/stock-quotes-and-recco/issues"
},
"homepage": "https://github.com/Rkiouak/stock-quotes-and-recco#readme"
}