-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 850 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 850 Bytes
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
{
"name": "compeer",
"version": "0.0.0-alpha",
"description": "An auto-discoverable, peer to peer, publish, and subscribe system.",
"main": "index.js",
"bin": {
"compeer": "./bin/compeer.js"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/turbonetix/compeer.git"
},
"keywords": [
"bus.io",
"monitor",
"middleware"
],
"author": "Nathan G. Romano",
"license": "MIT",
"bugs": {
"url": "https://github.com/turbonetix/compeer/issues"
},
"homepage": "https://github.com/turbonetix/compeer",
"devDependencies": {
"sandboxed-module": "^1.0.0",
"coffee-script": "^1.7.1",
"grunt-jasmine-bundle": "^0.2.0",
"grunt-cli": "^0.1.13",
"grunt": "^0.4.5"
},
"dependencies": {
"node-uuid": "^1.4.1",
"debug": "^1.0.3"
}
}