-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 736 Bytes
/
package.json
File metadata and controls
34 lines (33 loc) · 736 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
{
"name": "snail",
"version": "0.2.1",
"description": "Simulate Wireless Network , powered by Node.js.",
"preferGlobal": true,
"bin": {
"snail": "./bin/snail"
},
"scripts": {
"test": "make test"
},
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"repository": {
"type": "git",
"url": "git://github.com/demohi/snail.git"
},
"bugs": {
"url": "https://github.com/demohi/snail/issues"
},
"keywords": ["simulate"],
"author": "mdemo <[email protected]> (http://demohi.github.io)",
"license": {
"type": "MIT"
},
"dependencies": {
"optimist": "0.6.0"
},
"devDependencies": {
}
}