forked from Schniz/wie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 778 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
{
"name": "wie2",
"version": "0.0.0",
"description": "",
"main": "src/app.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Schniz/wie2.git"
},
"author": "Gal Schlezinger <gal@spitfire.co.il> (https://github.com/Schniz)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Schniz/wie2/issues"
},
"homepage": "https://github.com/Schniz/wie2",
"dependencies": {
"body-parser": "^1.0.1",
"cookie-parser": "^1.0.1",
"express": "^3.2.6",
"monami": "0.0.21",
"mongoose": "~3.8.8",
"simpleplan": "0.0.1",
"socket.io": "~0.9.16"
},
"devDependencies": {
"chai": "~1.9.1"
}
}