UNPKG

896 BJSONView Raw
1{
2 "name": "miaow",
3 "description": "基于模块的前端构建工具",
4 "version": "4.3.2",
5 "repository": "miaowjs/miaow",
6 "author": {
7 "name": "anhulife",
8 "email": "anhulife@gmail.com"
9 },
10 "bin": {
11 "miaow": "bin/miaow.js"
12 },
13 "license": "MIT",
14 "dependencies": {
15 "async": "~0.9.0",
16 "chalk": "~1.0.0",
17 "chokidar": "~1.0.3",
18 "dateformat": "~1.0.11",
19 "freeport": "~1.0.5",
20 "fs-extra": "~0.20.1",
21 "glob": "~5.0.10",
22 "lodash": "~3.8.0",
23 "miaow-util": "~0.7.1",
24 "minimatch": "~2.0.1",
25 "moment": "~2.10.3",
26 "promise": "~7.0.4",
27 "temp": "~0.8.1",
28 "yargs ": "~3.10.0",
29 "ws": "~0.7.2"
30 },
31 "devDependencies": {
32 "iconv-lite": "~0.4.8",
33 "mocha": "^2.2.4"
34 },
35 "scripts": {
36 "postpublish": "cnpm sync miaow",
37 "test": "node ./node_modules/mocha/bin/mocha"
38 },
39 "engines": {
40 "node": ">=0.10"
41 }
42}