-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 957 Bytes
/
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
{
"name": "story-writer",
"version": "0.0.1",
"description": "Write stories collaboratively",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/heisenbuggers/story-writer.git"
},
"keywords": [
"story",
"writer"
],
"author": "Vignesh Shanmugam <[email protected]> (https://vigneshh.in/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/heisenbuggers/story-writer/issues"
},
"homepage": "https://github.com/heisenbuggers/story-writer",
"dependencies": {
"babel": "^5.5.3",
"babel-core": "^5.5.3",
"babel-loader": "^5.1.4",
"babel-runtime": "^5.5.3",
"express": "^4.12.4",
"http": "0.0.0",
"node-libs-browser": "^0.5.2",
"react": "^0.13.3",
"socket.io": "^1.3.5",
"store": "^1.3.17",
"webpack": "^1.9.10"
}
}