Repository URL to install this package:
|
Version:
0.0.2 ▾
|
node-sitefile
/
package.json
|
|---|
{
"name": "node-sitefile",
"description": "Bootstrap webserver for misc. resources using Sitefile",
"version": "0.0.2",
"homepage": "https://github.com/dotmpe/node-sitefile",
"author": {
"name": "B. van Berkum",
"email": "dev@dotmpe.com"
},
"keywords": [
"express"
],
"private": true,
"license": "GPLv3",
"licenses": [
{
"type": "GPLv3",
"url": "https://github.com/dotmpe/node-sitefile/raw/master/LICENSE"
}
],
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/dotmpe/node-sitefile.git"
},
"engines": {
"node": "0.12.x",
"npm": "2.7.x"
},
"main": "bin/sitefile.coffee",
"scripts": {
"start": "NODE_ENV=development coffee bin/sitefile.coffee",
"test": "make test",
"srctree": "tree -I 'node_modules|build|components'",
"srcloc": "find bin/ config/ public/media lib/ -iname '*.js' -o -iname '*.coffee' -exec cat {} + | grep -v '^\\s*$' | wc -l"
},
"bin": {
"sitefile": "bin/sitefile.coffee"
},
"dependencies": {
"chalk": "^1.0.0",
"coffee-script": "latest",
"express": "^4.1.1",
"glob": "^5.0.3",
"jade": "^1.9.2",
"js-yaml": "^3.2.7",
"lodash": "^3.4.0",
"markdown": "^0.5.0",
"semver": "^4.3.3",
"stylus": "^0.50.0"
},
"devDependencies": {
"coffeelint": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-coffeelint": "latest",
"grunt-contrib-coffee": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-watch": "latest",
"grunt-yamllint": "^0.2.0",
"load-grunt-config": "latest",
"load-grunt-tasks": "latest",
"minijasminenode2": "^1.0.0",
"text-table": "^0.2.0"
}
}