wintersmith-nap
Version:
Minimalistic plugin to connect wintersmith with nap
33 lines (32 loc) • 774 B
JSON
{
"name": "wintersmith-nap",
"version": "0.2.4",
"description": "Minimalistic plugin to connect wintersmith with nap",
"main": "lib/wintersmith-nap.js",
"scripts": {
"test": "mkdir -p example/build/ && ./node_modules/.bin/vows test/* --spec && rm -r example/build/*",
"prepublish": "./bin/compile"
},
"repository": {
"type": "git",
"url": "http://github.com/etabits/wintersmith-nap.git"
},
"keywords": [
"wintersmith",
"wintersmith-plugin",
"nap"
],
"dependencies": {
"nap": "0.8.x"
},
"devDependencies": {
"coffee-script": ">1.5",
"vows": "0.8.x",
"wintersmith": "2.x"
},
"author": "Hasan Arous",
"license": "GPL2",
"bugs": {
"url": "https://github.com/etabits/wintersmith-nap/issues"
}
}