@simeonoff/themeleon
Version:
A lightweight Node.js theme engine.
42 lines (41 loc) • 974 B
JSON
{
"name": "@simeonoff/themeleon",
"version": "3.0.3",
"description": "A lightweight Node.js theme engine.",
"license": "Unlicense",
"author": {
"name": "Valérian Galliat",
"url": "http://val.codejam.info/"
},
"contributors": [
{
"name": "Pascal Duez",
"url": "https://github.com/pascalduez"
}
],
"homepage": "https://github.com/simeonoff/themeleon",
"bugs": "https://github.com/simeonoff/themeleon/issues",
"repository": {
"type": "git",
"url": "https://github.com/simeonoff/themeleon.git"
},
"dependencies": {
"ap": "^0.2.0",
"consolidate": "^0.13.0",
"fs-extra": "^0.13.0",
"glob": "^4.3.1",
"merge": "^2.1.1",
"q": "^1.1.2"
},
"devDependencies": {
"eslint": "^0.10.2",
"faucet": "0.0.1",
"rimraf": "^2.2.8",
"swig": "^1.4.2",
"tape": "^3.0.3"
},
"scripts": {
"lint": "eslint .",
"test": "$npm_package_scripts_lint && tape test/*.js | faucet"
}
}