-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 851 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
{
"name": "retrographics",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "4.13.4",
"engine.io": "1.6.8",
"socket.io-parser": "2.2.6",
"socket.io-client": "git://github.com/nus-fboa2016-si/socket.io-client#e0580ef4",
"socket.io-adapter": "0.4.0",
"has-binary": "0.1.7",
"debug": "2.2.0",
"socket.io": "1.4.5",
"gm": "^1.22.0",
"body-parser": "^1.15.2"
},
"devDependencies": {
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-import": "^1.10.0",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-standard": "^1.3.2"
}
}