jaune-engine
Version:
51 lines (50 loc) • 1.11 kB
JSON
{
"author": "Alvaro Juste <juste.alvaro@gmail.com>",
"description": "jaune-engine",
"dependencies": {
"co": "^4.6.0",
"crypto": "=0.0.x",
"jaune-fs": "~0.0",
"jaune-env": "~0.0.x",
"jaune-util": "~0.0.x",
"lodash": "^3.10.1",
"q": "^1.2.1",
"string": "=1.5.x"
},
"devDependencies": {
"assert": "^1.3.0",
"coffee-script": "^1.12.5",
"coffeelint": "^1.16.0",
"coveralls": "^2.13.0",
"istanbul": "^0.4.5",
"mocha": "^2.4.5",
"mock-require": "^2.0.2"
},
"main": "index.js",
"name": "jaune-engine",
"repository": {
"type": "git",
"url": "git+https://github.com/ajuste/jaune-engine.git"
},
"version": "1.0.0",
"directories": {
"test": "test"
},
"engine": "node >= 4.1.2",
"scripts": {
"test": "make test",
"prepublish": "make compile",
"cover": "make cover"
},
"bugs": {
"url": "https://github.com/ajuste/jaune-engine/issues"
},
"homepage": "https://github.com/ajuste/jaune-engine#readme",
"keywords": [
"web",
"engine",
"framework",
"jaune"
],
"license": "ISC"
}