forked from kanso/kanso
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (31 loc) · 837 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (31 loc) · 837 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
{
"name": "kanso",
"description": "The surprisingly simple way to write CouchApps",
"maintainers": [
{"name": "Caolan McMahon", "web": "https://github.com/caolan"}
],
"dependencies": {
"async": "0.1.15",
"mime": "1.2.4",
"semver": "1.0.9",
"csv": "0.0.9",
"parser": "0.1.2",
"underscore": "1.1.7",
"prompt": "0.1.11"
},
"devDependencies": {
"nodelint": "0.5.2",
"nodeunit": "0.6.4"
},
"version": "0.1.2",
"repository": {
"type": "git",
"url": "http://github.com/caolan/kanso.git"
},
"engines": {"node": "~0.4.0 || ~0.6.6"},
"bugs": {"url": "http://github.com/caolan/kanso/issues"},
"bin": {
"kanso": "./bin/kanso",
"kanso_completions": "./scripts/autocomp.js"
}
}