forked from chlik/spm-alipay-suite
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.92 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name" : "opm",
"description" : "Alinw package manager, a alinw suite of tools base on spm.",
"version" : "0.5.9",
"homepage" : "https://github.com/octojs/opm",
"author" : {
"name" : "Yize",
"email": "[email protected]"
},
"maintainer" : [
{
"name" : "Hsiaoming Yang",
"email": "[email protected]"
}
],
"repository" : {
"type": "git",
"url" : "git://github.com/octojs/opm.git"
},
"bugs" : {
"url": "https://github.com/octojs/opm/issues"
},
"engines" : {
"node": ">= 0.8.6"
},
"dependencies": {
"spm-grunt" : "~0.1.6",
"async" : "~0.2.9",
"cmd-util" : "~0.3.12",
"archiver" : "~0.5.0",
"win-spawn" : "~2.0.0",
"commander" : "~2.1.0",
"spmrc" : "~0.1.3",
"grunt-check-online" : "~0.2.0",
"grunt-contrib-stylus": "~0.11.0",
"grunt-contrib-less" : "~0.8.1",
"grunt-contrib-watch" : "~0.5.1",
"grunt-peaches" : "~0.2.3",
"grunt-scp" : "~0.1.5",
"semver" : "~2.2.1",
"colorful" : "~2.1.0",
"exeq" : "~0.4.0",
"grunt-init" : "~0.3.1"
},
"scripts" : {
"preinstall" : "node scripts/preinstall.js",
"postinstall": "node scripts/postinstall.js",
"uninstall" : "node scripts/uninstall.js"
},
"bin" : {
"opm" : "bin/opm",
"spm-zip" : "bin/spm-zip",
"spm-doctor" : "bin/spm-doctor",
"spm-test" : "bin/spm-test",
"spm-totoro" : "bin/spm-totoro",
"spm-watch" : "bin/spm-watch",
"opm-project": "bin/opm-project"
},
"keywords" : [
"spmplugin",
"gruntcollection"
]
}