-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 KB
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
42
43
44
45
{
"name": "hidmx",
"version": "0.1.0",
"main": "./lib/run.js",
"dependencies": {
"app-module-path": "^1.0.4",
"artnet": "^1.0.1",
"async": "0.2.6",
"backbone": "1.2.3",
"backbone-relational": "0.10.0",
"backbone.babysitter": "~0.1.10",
"backbone.marionette": "~2.4.3",
"backbone.radio": "~1.0.2",
"coffee-script": "~1.9.3",
"coffeestack": ">=0.7.0",
"colors": "^1.1.2",
"domready": "^1.0.8",
"electron-packager": "^5.0.1",
"electron-prebuilt": "^0.32",
"electron-reload": "^0.0.2",
"exit": "~0.1.2",
"findup-sync": "~0.2.1",
"glob": "~5.0.14",
"haml-coffee": "^1.14.1",
"iconv-lite": "~0.4.11",
"interact.js": "^1.2.6",
"jade": "^1.11.0",
"jquery": ">=2.1.4",
"jquery.serializeJSON": "https://github.com/marioizquierdo/jquery.serializeJSON.git#df3fb92",
"js-yaml": "~3.4.0",
"lodash": "^3.10.1",
"midi": ">=0.9.4",
"minimatch": "~2.0.10",
"node-core-audio": "git+https://github.com/ZECTBynmo/node-core-audio.git",
"node-sass": "^3.4.2",
"nopt": "~3.0.3",
"q": "^1.4.1",
"resolve": "~1.1.6",
"rimraf": "~2.4.3",
"underscore": "~1.8.3",
"xtend": "^4.0.0"
},
"private": true,
"scripts": {}
}