UNPKG

miaow-thirdparty-plugin

Version:

第三方脚本文件处理,主要是用来重置任务

34 lines (33 loc) 699 B
{ "name": "miaow-thirdparty-plugin", "description": "第三方脚本文件处理,主要是用来重置任务", "version": "0.2.0", "repository": "miaowjs/miaow-thirdparty-plugin", "author": { "name": "anhulife", "email": "anhulife@gmail.com" }, "license": "MIT", "keywords": [ "miaow", "thirdparty", "plugin" ], "dependencies": { "lodash": "3.10.1", "minimatch": "3.0.2" }, "devDependencies": { "miaow": "^5.1.0", "mocha": "^2.3.3", "eslint": "^1.7.2", "eslint-config-airbnb": "^0.1.0" }, "scripts": { "postpublish": "cnpm sync miaow-thirdparty-plugin", "test": "mocha" }, "engines": { "node": ">=0.10" } }