{
    "name": "pup-tent",
    "version": "0.9.10",
    "license": "BSD-3-Clause",
    "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",
        "del": "^1.1.1",
        "gulp": "^3.8.11",
        "gulp-bump": "^0.3.0",
        "gulp-git": "^1.2.3",
        "gulp-jsdoc": "^0.1.4",
        "gulp-mocha": "^2.0.1",
        "gulp-pandoc": "^0.2.1",
        "gulp-rename": "^1.2.2",
        "gulp-shell": "^0.4.2",
        "gulp-uglify": "^1.2.0",
        "jsdoc": "^3.3.0",
        "jsdoc-baseline": "git://github.com/hegemonic/jsdoc-baseline.git#74d1dc8075"
    },
    "main": "./lib/pup-tent.js"
}
