forked from qiuscut/if-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 834 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
{
"name": "ift",
"version": "0.2.1",
"description": "InterFace Toolkit",
"author": {
"name": "luics",
"email": "[email protected]",
"url": "http://luics.github.com"
},
"repository": {
"type": "git",
"url": "https://github.com/luics/ift.git"
},
"bugs": {
"url": "http://github.com/luics/ift/issues"
},
"main": "./lib/ift",
"bin": {
"ift": "./bin/ift"
},
"engines": {
"node": ">= 0.8.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"keywords": [
"if",
"ift",
"interface"
],
"dependencies": {
"optimist": "*",
"commander": "1.3.x"
},
"readmeFilename": "README.md"
}