forked from graysonarts/imuduino-3js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 836 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
{
"name": "imuduino-3js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./server.js",
"recorder": "node ./tools/recorder.js"
},
"author": "Russell Hay <me@russellhay.com>",
"license": "MIT",
"dependencies": {
"browserify": "^10.2.4",
"colors": "^1.1.2",
"express": "^4.12.4",
"keypress": "^0.2.1",
"lodash": "^3.9.3",
"noble": "^1.0.1",
"socket.io": "^1.3.5",
"three": "^0.71.0"
},
"devDependencies": {
"d3": "^3.5.5",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-buffer": "0.0.2",
"gulp-rev": "^4.0.0",
"gulp-rev-replace": "^0.4.1",
"jquery": "^2.1.4",
"jshint": "^2.8.0",
"pre-commit": "^1.1.1",
"precommit-hook": "^2.0.1",
"require-dir": "^0.3.0",
"vinyl-source-stream": "^1.1.0"
}
}