tarima
Version:
Templating madness!
104 lines (103 loc) • 2.66 kB
JSON
{
"name": "tarima",
"version": "4.5.4",
"description": "Templating madness!",
"main": "lib/index.js",
"bin": {
"tarima": "./bin/cli.js"
},
"files": [
"lib/**",
"bin/**"
],
"repository": {
"type": "git",
"url": "https://github.com/tacoss/tarima.git"
},
"bugs": {
"url": "https://github.com/tacoss/tarima/issues"
},
"keywords": [
"templating",
"template",
"partial",
"views"
],
"author": {
"name": "Alvaro Cabrera",
"email": "pateketrueke@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=0.8"
},
"scripts": {
"dev": "npm run test:ci -- -w",
"lint": "eslint lib bin",
"mocha": "_mocha --bail --exit --recursive --file ./tests/helpers.js -bR spec tests/*.test.js",
"test:ci": "NODE_ENV=test npm run mocha --",
"cover": "nyc --silent --x '**/tests/**' -- npm run test:ci",
"cover:up": "codecov --file=coverage/lcov.info --disable=gcov -e TRAVIS_NODE_VERSION",
"html:report": "nyc report -r html",
"ci:report": "nyc report -r lcov && npm run cover:up",
"test": "npm run lint && npm run test:ci --"
},
"dependencies": {
"debug": "^4.0.1",
"dotenv": "^8.0.0",
"fs-extra": "^8.0.1",
"glob": "^7.1.2",
"global-or-local": "^0.1.2",
"js-yaml": "^3.13.1",
"log-pose": "^0.3.4",
"memory-fs": "^0.4.1",
"micromatch": "^4.0.1",
"redent": "^3.0.0",
"rewrite-exports": "^0.0.1",
"rewrite-imports": "^2.0.3",
"tosource": "^1.0.0",
"wargs": "^0.8.2",
"worker-farm": "^1.5.2"
},
"devDependencies": {
"asciidoctor.js": "^1.5.7",
"autoprefixer": "^9.1.5",
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.24.0",
"buble": "^0.19.3",
"chai": "^4.2.0",
"codecov": "^3.1.0",
"coffeescript": "^2.3.1",
"ejs": "^2.5.2",
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"fast-async": "^6.2.2",
"gen-pug-source-map": "^1.0.0",
"handlebars": "^4.4.0",
"kramed": ">=0.5.5",
"less": "^3.8.1",
"liquid-node": "^3.0.0",
"mocha": "^6.2.1",
"nodent": "^3.1.3",
"nyc": "^14.1.1",
"postcss": "^7.0.2",
"pug": ">=2.0.0-beta11",
"rimraf": ">=2.5.4",
"rollup": "^1.14.4",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.1",
"styl": ">=0.2.9",
"sucrase": "^3.9.5",
"talavera": "^0.7.4",
"tarima-lr": "^0.5.3",
"terser": "^4.0.0",
"traceur": "^0.0.111",
"typescript": "^3.0.3"
},
"optionalDependencies": {
"node-notifier": "^6.0.0",
"node-sass": "^4.9.3",
"nsfw": "^1.2.2"
}
}