forked from dmelancon/node-spacebrew
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 749 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 749 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
{
"author": "Jeff Crouse <jefftimesten@gmail.com>",
"name": "spacebrew",
"description": "Spacebrew implementaion for Node (https://github.com/Spacebrew/spacebrew.js)",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "https://github.com/jefftimesten/node-spacebrew"
},
"main": "./lib",
"dependencies": {
"ws": "^7.1.1"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"readmeFilename": "README.md",
"gitHead": "562520984b46cbbd2ab2ff7f5a4e8bbbe501cfba",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example": "node example/app.js"
},
"keywords": [
"spacebrew",
"websocket",
"Rockwell"
],
"license": "BSD"
}