UNPKG

includes

Version:

**WIP** - Include html files within html files with Node.js.

40 lines (39 loc) 882 B
{ "name": "includes", "author": "Lee Crossley <leee@hotmail.co.uk> (http://ilee.co.uk/)", "description": "**WIP** - Include html files within html files with Node.js.", "homepage": "http://ilee.co.uk", "version": "0.0.7", "main": "src/includes.min.js", "keywords": [ "includes", "include", "html", "partial", "section", "layout", "view" ], "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "git@github.com:leecrossley/includes.git" }, "engines": { "node": ">= 0.8.x" }, "devDependencies": { "grunt": "~0.4.1", "grunt-cli": "~0.1.x", "grunt-contrib-jasmine": "~0.8.x", "grunt-contrib-jshint": "~0.10.x", "grunt-contrib-uglify": "~0.6.x", "grunt-contrib-watch": "~0.6.x", "grunt-shell": "~1.1.1" }, "dependencies": { "functional.js": "~0.6.x" } }