-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 980 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
{
"name": "nytimes-search-react",
"version": "1.0.0",
"description": "MERN New York Times Search App",
"main": "server.js",
"scripts": {
"start": "node server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bmanch/nytimes-search-react.git"
},
"author": "Brian Manchester",
"license": "ISC",
"bugs": {
"url": "https://github.com/bmanch/nytimes-search-react/issues"
},
"homepage": "https://github.com/bmanch/nytimes-search-react#readme",
"dependencies": {
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"express": "^4.15.3",
"mongoose": "^4.11.1",
"morgan": "^1.8.2",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-router": "^2.4.1"
},
"devDependencies": {
"babel-core": "^6.3.13",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"webpack": "^1.13.1"
}
}