UNPKG

arc-templates

Version:

Fully powered JavaScript template engine with halfway-decent syntax.

42 lines (41 loc) 960 B
{ "name": "arc-templates", "version": "0.5.3", "repository": { "type": "git", "url": "https://github.com/StephenCleary/arc-templates" }, "author": "Stephen Cleary <github.ourteddybear@xoxy.net> (http://stephencleary.com/)", "description": "Fully powered JavaScript template engine with halfway-decent syntax.", "license": "MIT", "devDependencies": { "babel-core": "^5.8.25", "gulp": "^3.9.0", "gulp-babel": "^5.2.1", "gulp-eslint": "^1.0.0", "gulp-mocha": "^2.1.3", "gulp-sourcemaps": "^1.6.0", "mocha": "^2.3.3" }, "scripts": { "test": "mocha --bail -r babelhook" }, "main": "./index.js", "keywords": [ "template", "layout", "engine" ], "dependencies": { "babel-core": "^5.8.25", "babel-runtime": "^5.8.25", "bluebird": "^2.10.1", "fs": "0.0.2", "lodash": "^3.10.1", "path": "^0.12.7", "semver": "^5.0.3" }, "engines": { "node": ">=4" } }