-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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": "brainado",
"version": "0.0.0",
"description": "A word association brainstorming app",
"main": "index.js",
"engines": {
"node": "5.2.0"
},
"dependencies": {
"body-parser": "^1.14.2",
"express": "^4.13.3",
"material-ui": "^0.14.3",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"superagent": "^1.6.1"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.23.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"postinstall": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dougshamoo/brainado.git"
},
"author": "Doug Shamoo <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dougshamoo/brainado/issues"
},
"homepage": "https://github.com/dougshamoo/brainado#readme"
}