-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 1.05 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
{
"name": "nexus-hub",
"version": "0.1.0",
"description": "Nexus hub for distributed performance.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"buildHub": "cp ./lib/hub/hub.js dist/hub.js",
"buildBrowserHub": "browserify -r ./lib/hub/browserHub.js:hub -o dist/browserHub.js",
"testbuildBrowserHub": "browserify -r ./lib/hub/browserHub.js:hub -o nexusNode/public/js/browserHub.js",
"buildMusic": "browserify -r ./lib/modules/music.js:music -o dist/music.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nexus-js/nexusHub.git"
},
"keywords": [
"distributed-performance",
"js"
],
"author": "Jesse Allison <[email protected]> (http://allisonic.com)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/nexus-js/nexusHub/issues"
},
"homepage": "https://github.com/nexus-js/nexusHub#readme",
"devDependencies": {
"browserify": "^14.1.0"
}
}