-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (29 loc) · 823 Bytes
/
package.json
File metadata and controls
30 lines (29 loc) · 823 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
{
"name": "nosh",
"description": "Node.js Shell",
"homepage": "https://github.com/openmason/nosh",
"version": "0.2.12",
"author": "el aras <openmason@gmail.com>",
"dependencies": {
"optimist" : ">= 0.3.5",
"colors" : ">= 0.6.0",
"asciimo" : ">= 0.3.1",
"to" : ">= 0.2.6",
"handy" : ">= 0.0.7",
"panda-lang" : ">= 0.1.4",
"underscore" : ">= 1.4.3",
"async" : ">= 0.1.22",
"restler" : ">= 2.0.1",
"semver" : ">= 1.1.2"
},
"devDependencies": {
},
"keywords": ["shell", "cli"],
"repository": {"type":"git", "url": "git://github.com/openmason/nosh"},
"main": "index",
"bin": { "nosh": "./bin/nosh" },
"scripts": { "prepublish" : "npm prune" },
"engines": {
"node" : ">= 0.8.0"
}
}