crafity-templates
Version:
Generic template provider
65 lines (62 loc) • 1.41 kB
JSON
{
"name": "crafity-templates",
"description": "Generic template provider",
"version": "0.1.2",
"author": "Galina Slavova <galina@crafity.com> and Bart Riemens <briemens@crafity.com>",
"homepage": "https://github.com/Crafity/crafity-templates#readme",
"keywords": ["crafity", "template", ""],
"maintainers": [
{
"name": "Bart Riemens",
"email": "briemens@crafity.com",
"web": "http://crafity.com/about/bart"
},
{
"name": "Galina Slavova",
"email": "galina@crafity.com",
"web": "http://crafity.com/about/galina"
}
],
"contributors": [
{
"name": "Bart Riemens",
"email": "briemens@crafity.com",
"web": "http://crafity.com/about/bart"
},
{
"name": "Galina Slavova",
"email": "galina@crafity.com",
"web": "http://crafity.com/about/galina"
}
],
"main": "./main.js",
"directories": {
"test": "test"
},
"licenses": [
{
"type": "The MIT License",
"url": "https://github.com/Crafity/crafity-templates/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/Crafity/crafity-templates/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Crafity/crafity-templates"
},
"dependencies": {
"crafity-jstest": "~0.1.0",
"crafity-filesystem": "~0.1.0",
"jade": "0.26.1",
"hamljs":"0.6.1"
},
"engines": {
"node": "*"
},
"scripts": {
"prepublish": "npm prune",
"test": "scripts/npm-test.sh"
}
}