-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 979 Bytes
/
package.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ask",
"description": "community-generated command line master in terminal.",
"version": "0.0.1",
"homepage": "",
"author": {
"name": "yangchenyun",
"email": "[email protected]",
"url": "yangchenyun.com"
},
"contributors": [
{
"name": "kuno",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/yangchenyun/ask"
},
"bugs": {
"url": ""
},
"licenses": [
{
"type": "MIT",
"url": "/blob/master/LICENSE-MIT"
}
],
"main": "lib/ask",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test",
"slides": "pandoc -s --webtex -i -t slidy SLIDES -o slides.html"
},
"dependencies": {
"underscore": "~1.4.2",
"request": "~2.11.4",
"flatiron": "~0.3.0",
"optimist": "~0.3.0",
"sqlite-wrapper": "~0.2.1"
},
"devDependencies": {},
"keywords": [
"command",
"cli",
"unix"
]
}