forked from nexus-js/ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.04 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
42
43
44
{
"name": "nexusui",
"description": "Audio Interfaces for Web Audio and HTML5 Mobile Apps",
"author": "Ben Taylor <[email protected]>",
"contributors": [{
"name": "Jesse Allison",
"email": "[email protected]"
},{
"name": "Yemin Oh",
"email": "[email protected]"
},{
"name": "Sebastien Piquemal",
"email": "[email protected]"
},{
"name": "Andrew Bernstein",
"email": "[email protected]"
},{
"name": "Jason Sigal",
"email": "[email protected]"
}],
"repository" : {
"type" : "git",
"url" : "http://github.com/lsu-emdm/nexusui/"
},
"dependencies": {
"extend": "2.0.x"
},
"devDependencies": {
"gulp": "3.8.x",
"gulp-rename": "1.2.x",
"gulp-uglify": "0.2.x",
"gulp-less": "1.2.x",
"gulp-util": "3.0.x",
"browserify": "5.12.x",
"run-sequence": "0.3.x",
"eventemitter2": "0.4.x",
"vinyl-source-stream": "1.0.x",
"jsdox": "0.2.x",
"extend": "2.0.x"
},
"engine": "node >= 0.10.0",
"version": "1.1.0",
"license": "New BSD License"
}