UNPKG

1.18 kBJSONView Raw
1{
2 "name": "mosaic",
3 "description": "a client for managing components",
4 "version": "0.3.0",
5 "author": "Chen Yicai <yicai.cyj@taobao.com>",
6 "contributors": [
7 "Deng Ruoqi <ruoqi.drq@taobao.com>",
8 "Ye Hao <lingzheng.yh@taobao.com>"
9 ],
10 "preferGlobal": true,
11 "repository": {
12 "type": "git",
13 "url": "git@github.com:dotnil/mosaic.git"
14 },
15 "scripts": {
16 "test": "mocha"
17 },
18 "dependencies": {
19 "tar": "0.1.x",
20 "semver": "1.1.x",
21 "commander": "1.3.x",
22 "win-fork": "1.0.0",
23 "fstream": "0.1.x",
24 "fstream-npm": "0.1.x",
25 "fs.extra": "1.2.x",
26 "debug": "~0.7.2",
27 "express": "~3.3.3",
28 "velocityjs": "~0.3.13",
29 "jade": "~0.32.0",
30 "marked": "~0.2.9",
31 "mkpath": "0.1.0",
32 "mosaic-readme": "*",
33 "cheerio": "~0.12.1",
34 "q": "~0.9.6",
35 "superagent": "~0.15.4",
36 "cookiejar": "~1.3.0"
37 },
38 "devDependencies": {
39 "mocha": "1.8.x",
40 "should": "~1.2.2"
41 },
42 "bin": {
43 "mo": "bin/mosaic",
44 "mosaic": "bin/mosaic",
45 "mosaic-info": "bin/mosaic-info",
46 "mosaic-install": "bin/mosaic-install",
47 "mosaic-publish": "bin/mosaic-publish",
48 "mosaic-server": "bin/mosaic-server"
49 }
50}