mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
421 B
23 lines
421 B
{
|
|
"name": "ejs",
|
|
"description": "Embedded JavaScript templates",
|
|
"version": "0.7.1",
|
|
"author": {
|
|
"name": "TJ Holowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
},
|
|
"keywords": [
|
|
"template",
|
|
"engine",
|
|
"ejs"
|
|
],
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"main": "./lib/ejs.js",
|
|
"_id": "ejs@0.7.1",
|
|
"dist": {
|
|
"shasum": "9ed557b7e65f9f1adf5473060d079141ad7e680b"
|
|
},
|
|
"_from": "ejs"
|
|
}
|
|
|