-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 KB
/
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
38
39
40
41
{
"name": "ricocher-server",
"version": "1.0.0",
"description": "Server node.js for our ricochet project",
"main": "app/main.js",
"repository": {
"type": "git",
"url": "https://github.com/ricochetGobz/ricochet_server"
},
"scripts": {
"start": "nodemon --ignore app/core/compositions.json app/server.js --exec babel-node --presets es2015" ,
"build": "babel app -d public --presets es2015",
"server": "node public/server.js",
"deploy": "npm run build && npm run server"
},
"keywords": [
"ricochet",
"webSocket",
"osc",
"npm"
],
"author": "Jérémie Boulay <jeremi.boulay@gmail.com>",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.1",
"express": "^4.13.4",
"http": "0.0.0",
"johnny-five": "^0.9.52",
"node-osc": "^2.0.3",
"particle-io": "^0.12.0",
"socket.io": "^1.4.6",
"websocket": "^1.0.22"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-preset-es2015": "^6.3.13",
"eslint": "^2.5.3",
"eslint-config-airbnb": "^6.2.0",
"nodemon": "^1.9.1"
}
}