UNPKG

890 BJSONView Raw
1{
2 "name": "miaow",
3 "description": "基于模块的前端构建工具",
4 "version": "3.5.1",
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.5.1",
24 "minimatch": "~2.0.1",
25 "moment": "~2.10.3",
26 "q": "~1.4.1",
27 "serialize-javascript": "~1.0.0",
28 "temp": "~0.8.1",
29 "yargs ": "~3.10.0",
30 "ws": "~0.7.2"
31 },
32 "devDependencies": {
33 "iconv-lite": "~0.4.8",
34 "mocha": "^2.2.4"
35 },
36 "scripts": {
37 "test": "node ./node_modules/mocha/bin/mocha"
38 },
39 "engines": {
40 "node": ">=0.10"
41 }
42}