-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 871 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 871 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
{
"name": "roomspace",
"version": "1.0.0",
"description": "",
"main": "script.js",
"scripts": {
"dev:client": "webpack --config webpack.config.client.js --watch",
"dev:server": "webpack --config webpack.config.server.js --watch",
"dev:start": "nodemon dist/server.js --watch dist/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Montana-Code-School/roomSpace.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-latest": "^6.24.1",
"webpack": "^2.4.1"
},
"dependencies": {
"d3": "^4.9.1",
"express": "^4.15.2",
"rickshaw": "^1.6.0"
},
"bugs": {
"url": "https://github.com/Montana-Code-School/roomSpace/issues"
},
"homepage": "https://github.com/Montana-Code-School/roomSpace#readme"
}