forked from charlieroberts/interface.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 919 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
37
{
"name": "interface.js",
"version": "0.3.0",
"description": "gui library for musical and artistic applications in the browser",
"main": "index.js",
"dependencies": {
"jquery": "~2.1.1"
},
"devDependencies": {
"gulp-browserify": "~0.5.0",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.0.0",
"watchify": "~1.0.3"
"gulp": "~3.8.8",
"gulp-uglify": "~1.0.1",
"browserify": "~5.12.0",
"gulp-rename": "~1.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/charlieroberts/interface.js.git"
},
"keywords": [
"gui",
"osc",
"midi",
"interface"
],
"author": "Charlie Roberts <[email protected]> (http://www.charlie-roberts.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/charlieroberts/interface.js/issues"
}
}