-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.54 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.54 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "hackthenorth2016",
"version": "1.0.0",
"description": "An app that plays music depending on your mood",
"main": "app.js",
"scripts": {
"test": "test",
"start": "node . | ./node_modules/bunyan/bin/bunyan",
"watch": "nodemon . | ./node_modules/bunyan/bin/bunyan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m45yang/hackthenorth2016.git"
},
"keywords": [
"hackthenorth"
],
"author": "Matthew Yang",
"license": "ISC",
"bugs": {
"url": "https://github.com/m45yang/hackthenorth2016/issues"
},
"homepage": "https://github.com/m45yang/hackthenorth2016#readme",
"dependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.11.6",
"bluebird": "^3.4.0",
"body-parser": "^1.15.0",
"bunyan": "^1.8.1",
"express": "^4.14.0",
"express-bunyan-logger": "^1.3.1",
"indico.io": "^0.10.2",
"lwip": "0.0.9",
"path": "^0.12.7",
"plotly.js": "^1.17.2",
"raw-body": "^2.1.7",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"react-timer-mixin": "^0.13.3",
"redux": "^3.6.0",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"request-promise": "^3.0.0",
"webpack": "^1.13.2"
},
"devDependencies": {
"css-loader": "^0.25.0",
"webpack-dev-middleware": "^1.7.0"
}
}