diff options
| author | Teddy Wing | 2014-10-30 20:27:55 -0400 |
|---|---|---|
| committer | Teddy Wing | 2014-10-30 20:27:55 -0400 |
| commit | fb4b26ac3aa96432fabeaa5b180690a7f5e3c981 (patch) | |
| tree | f3d9c7d231569417f72aab4e12b26d76e0cfed68 /node_modules/ejs/package.json | |
| parent | 65600960507d714053d6c7ba99b8e3ced1d6761f (diff) | |
| download | sipping-point-fb4b26ac3aa96432fabeaa5b180690a7f5e3c981.tar.bz2 | |
Add node_modules/
Diffstat (limited to 'node_modules/ejs/package.json')
| -rw-r--r-- | node_modules/ejs/package.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/node_modules/ejs/package.json b/node_modules/ejs/package.json new file mode 100644 index 0000000..627896b --- /dev/null +++ b/node_modules/ejs/package.json @@ -0,0 +1,51 @@ +{ + "name": "ejs", + "description": "Embedded JavaScript templates", + "version": "0.8.8", + "author": { + "name": "TJ Holowaychuk", + "email": "tj@vision-media.ca" + }, + "keywords": [ + "template", + "engine", + "ejs" + ], + "devDependencies": { + "mocha": "*", + "should": "*" + }, + "main": "./lib/ejs.js", + "repository": { + "type": "git", + "url": "git://github.com/visionmedia/ejs.git" + }, + "scripts": { + "test": "mocha --require should --reporter spec" + }, + "bugs": { + "url": "https://github.com/visionmedia/ejs/issues" + }, + "homepage": "https://github.com/visionmedia/ejs", + "_id": "ejs@0.8.8", + "dist": { + "shasum": "ffdc56dcc35d02926dd50ad13439bbc54061d598", + "tarball": "http://registry.npmjs.org/ejs/-/ejs-0.8.8.tgz" + }, + "_from": "ejs@>=0.8.5 <0.9.0", + "_npmVersion": "1.4.6", + "_npmUser": { + "name": "tjholowaychuk", + "email": "tj@vision-media.ca" + }, + "maintainers": [ + { + "name": "tjholowaychuk", + "email": "tj@vision-media.ca" + } + ], + "directories": {}, + "_shasum": "ffdc56dcc35d02926dd50ad13439bbc54061d598", + "_resolved": "https://registry.npmjs.org/ejs/-/ejs-0.8.8.tgz", + "readme": "ERROR: No README data found!" +} |
