package.json
{
"name": "riot-tmpl",
"version": "3.0.8",
"description": "The riot template engine",
"main": "dist/tmpl.js",
"module": "dist/es6.tmpl.js",
"jsnext:main": "dist/es6.tmpl.js",
"directories": {
"doc": "doc"
},
"files": [
"src",
"doc",
"dist/*.js",
"test/**"
],
"scripts": {
"test": "make test",
"prepublish": "make build && ./node_modules/.bin/riot-bump"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riot/tmpl.git"
},
"keywords": [
"riot",
"tmpl",
"template",
"engine"
],
"devDependencies": {
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"esprima": "^3.1.3",
"expect.js": "^0.3.1",
"hoister": "0.0.2",
"istanbul": "^0.4.5",
"jspreproc": "^0.2.7",
"karma": "^1.7.0",
"karma-browserstack-launcher": "^1.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^3.3.0",
"phantomjs-prebuilt": "^2.1.14",
"riot-bump": "^1.0.0",
"rollup": "^0.41.6",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0"
},
"author": "Riot maintainers team + smart people from all over the world",
"contributors": [
"Richard Bondi https://github.com/rsbondi",
"Gianluca Guarini https://github.com/GianlucaGuarini",
"Tsutomu Kawamura https://github.com/cognitom",
"Alberto MartÃnez https://github.com/aMarCruz",
"Tero Piirainen https://github.com/tipiirai"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/riot/tmpl/issues"
},
"homepage": "https://github.com/riot/tmpl#readme",
"dependencies": {
"eslint-config-riot": "^1.0.0"
}
}