-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 972 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 972 Bytes
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": "Set",
"version": "0.0.0",
"description": "Online Set game.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel static/src -d static"
},
"repository": {
"type": "git",
"url": "https://github.com/murhum1/express-react-practice.git"
},
"author": "Markus Murhu",
"license": "ISC",
"bugs": {
"url": "https://github.com/murhum1/express-react-practice/issues"
},
"homepage": "https://github.com/murhum1/express-react-practice",
"dependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"gulp": "^3.9.1",
"lodash": "^4.16.6",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-grid-layout": "^0.13.9",
"react-router": "^3.0.0",
"socket.io": "^1.5.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"babel-cli": "^6.18.0"
}
}