{
    "name": "pup-tent",
    "version": "0.9.6",
    "license": "BSD",
    "description": "File caching and template rendering femto-framework using mustache and some assumptions.",
    "author": {
	"name": "Seth Carbon",
	"email": "http://github.com/kltm/pup-tent"
    },
    "repository": {
      "type": "git",
      "url": "http://github.com/kltm/pup-tent"
    },
    "keywords": [
	"femto",
	"framework",
	"template",
	"cross-platform",
	"Node.js",
	"RingoJS"
    ],
    "engines": {"node" : ">=0.10.0"},
    "dependencies": {
	"underscore": "~1.6.0",
	"mustache": "~0.8.2"
    },
    "devDependencies": {
        "chai": "^2.3.0",
        "gulp": "^3.8.11",
        "gulp-bump": "^0.3.0",
        "gulp-flatten": "0.1.0",
        "gulp-git": "^1.2.3",
        "gulp-jsdoc": "^0.1.4",
        "gulp-mocha": "^2.0.1",
        "gulp-uglify": "^1.2.0",
        "vinyl-source-stream": "1.1.0",
        "watchify": "^3.2.1",
        "jsdoc": "^3.3.0",
        "jsdoc-baseline": "git://github.com/hegemonic/jsdoc-baseline.git#74d1dc8075"
    },
    "main": "./lib/pup-tent.js",
    "bugs": {
        "url": "https://github.com/kltm/pup-tent/issues"
    },
    "scripts": {
        "update-docs": "git checkout gh-pages && git pull && git merge master && gulp doc && git commit -a -m 'bump docs' && git push && git checkout master",
        "test": "./node_modules/.bin/gulp test"
    }
}
