forked from GoodNews-MKS-39/Greenfield
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
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": "good-news",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/GoodNews-MKS-39/Greenfield.git"
},
"description": "This is a repo for MKS-39 students' Greenfield project.",
"main": "index.js",
"scripts": {
"start": "nodemon ./server/main.js --ignore client/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"body-parser": "^1.15.2",
"browserify-middleware": "^7.0.0",
"dotenv": "^4.0.0",
"es6-promise": "^3.2.1",
"express": "^4.13.4",
"isomorphic-fetch": "^2.2.1",
"nodemon": "^1.9.2",
"promised-mongo": "github:makersquare/promised-mongo",
"rc-progress": "^1.0.4",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-modal-dialog": "^3.0.2",
"request-promise": "^3.0.0",
"sentiment": "^1.0.6",
"watson-developer-cloud": "^2.2.0"
},
"bugs": {
"url": "https://github.com/GoodNews-MKS-39/Greenfield/issues"
},
"homepage": "https://github.com/GoodNews-MKS-39/Greenfield#readme",
"devDependencies": {},
"keywords": []
}