omljs
Version:
Template engine built on top of the Oli language
58 lines (57 loc) • 1.17 kB
JSON
{
"name": "omljs",
"version": "0.1.0",
"description": "Template engine built on top of the Oli language",
"homepage": "http://github.com/h2non/oml",
"bugs": "https://github.com/h2non/oml/issues",
"author": {
"name": "Tomas Aparicio"
},
"repository": {
"type": "git",
"url": "https://github.com/h2non/oml.git"
},
"licenses": "MIT",
"main": "./lib/oml",
"directories": {
"lib": "./lib"
},
"bin": {
"oml": "./bin/oml"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"template",
"templating",
"html",
"xml",
"jade",
"haml",
"markup",
"oli",
"engine"
],
"dependencies": {
"htgen": "~0.1.4",
"commander": "~2.1.0",
"oli": "~0.1.0"
},
"devDependencies": {
"grunt-mocha-cli": "~1.0.3",
"grunt-contrib-watch": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"matchdep": "~0.1.2",
"chai": "~1.8.1",
"grunt-release": "~0.6.0",
"grunt-livescript": "~0.5.1",
"LiveScript": "~1.2.0",
"browserify": "~3.29.0",
"grunt-browserify": "~1.3.1",
"grunt-contrib-uglify": "~0.4.0"
}
}