microtemplate2
Version:
34 lines (33 loc) • 762 B
JSON
{
"name": "microtemplate2",
"version": "2.0.3",
"description": "micro template",
"files": [
"lib/**/*.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/xudafeng/microtemplate2.git"
},
"keywords": [
"template"
],
"devDependencies": {
"eslint": "^4.18.2",
"eslint-plugin-mocha": "^4.12.1",
"git-contributor": "1",
"mocha": "*",
"nyc": "^11.6.0",
"should": "^13.2.3"
},
"scripts": {
"test": "nyc --reporter=lcov --reporter=text mocha",
"lint": "eslint --fix lib",
"ci": "npm run lint && npm run test",
"clean": "rm -rf ./docs",
"build:doc": "npm run clean && jsdoc -c ./jsdoc.json",
"contributor": "git-contributor"
},
"license": "MIT"
}