mirror of
https://github.com/CryptKeeperZK/ejs.git
synced 2026-01-10 07:58:26 -05:00
29 lines
605 B
JSON
29 lines
605 B
JSON
{
|
|
"name": "ejs",
|
|
"description": "Embedded JavaScript templates",
|
|
"keywords": [
|
|
"template",
|
|
"engine",
|
|
"ejs"
|
|
],
|
|
"version": "2.0.2",
|
|
"author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",
|
|
"main": "./lib/ejs.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mde/ejs.git"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"browserify": "8.0.3",
|
|
"uglify-js": "2.4.16",
|
|
"mocha": "2.1.0",
|
|
"jake": "8.0.x"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/mocha/bin/mocha --ui tdd --reporter spec"
|
|
}
|
|
} |