jsph
Version:
use php/asp tags with javascript language to produce output from templates
32 lines (31 loc) • 634 B
JSON
{
"author": "Brent Larsen",
"name": "jsph",
"description": "use php/asp tags with javascript language to produce output from templates",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git://github.com/brentoboy/jsph.git"
},
"main": "./src/jsph.js",
"keywords": [
"php",
"js",
"asp",
"template"
],
"dependencies": {},
"devDependencies": {
"mocha": ">= 1.17.1"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "mocha"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/brentoboy/jsph/issues"
}
}