-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "a",
"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/adam-ali/wk08_sprint11_node_data_scraper_APP.git"
},
"dependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.8.0",
"babelify": "^7.3.0",
"body-parser": "^1.15.1",
"express": "^4.13.4",
"grunt": "^1.0.1",
"mongoose": "^4.4.16",
"morgan": "^1.7.0",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-router": "^2.4.0",
"superagent": "^1.8.3",
"underscore": "^1.8.3",
"webpack": "^1.13.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/adam-ali/wk08_sprint11_node_data_scraper_APP/issues"
},
"homepage": "https://github.com/adam-ali/wk08_sprint11_node_data_scraper_APP#readme"
}