5 Star 11 Fork 4

lorry / minimajs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.03 KB
一键复制 编辑 原始数据 按行查看 历史
Lorry Chen 提交于 2017-10-19 12:13 . Change the docs.
{
"name": "minimajs",
"version": "1.2.37",
"description": "Minima is a OSGi-like, simple yet powerful plugin framework for NodeJS.",
"main": "index.js",
"scripts": {
"eslint": "eslint --ignore-path .eslintignore ./",
"build": "npm run eslint && babel src/ -d build/ --copy-files --source-maps --ignore=\"node_modules\"",
"watch": "babel -w src/ -d build/ --copy-files --source-maps --ignore=\"node_modules\"",
"test": "npm run build && node_modules/mocha/bin/mocha build/test -R spec --recursive --compilers js:babel-core/register",
"document": "jsdoc src/ -t ./node_modules/minami -R README.md -r -d docs/",
"prepublish": "npm run build",
"dopublish": "npm publish",
"unpublish": "npm unpublish --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lorry2018/minimajs.git"
},
"author": "Lorry Chen",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/lorry2018/minimajs/issues"
},
"homepage": "https://github.com/lorry2018/minimajs#readme",
"dependencies": {
"log4js": "^1.1.1",
"mocha": "^3.4.2",
"unit.js": "^2.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"babel-runtime": "^6.23.0",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.8.0",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"jsdoc": "^3.5.4",
"jsdoc-babel": "^0.3.0",
"jshint": "^2.9.5",
"minami": "^1.2.3",
"mocha": "^3.5.0",
"source-map": "^0.5.6"
}
}
JavaScript
1
https://gitee.com/lorrychen/minimajs.git
git@gitee.com:lorrychen/minimajs.git
lorrychen
minimajs
minimajs
master

搜索帮助