aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/ejs/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'dgbuilder/dgeflows/node_modules/ejs/package.json')
-rw-r--r--dgbuilder/dgeflows/node_modules/ejs/package.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/dgbuilder/dgeflows/node_modules/ejs/package.json b/dgbuilder/dgeflows/node_modules/ejs/package.json
new file mode 100644
index 00000000..726a2ebb
--- /dev/null
+++ b/dgbuilder/dgeflows/node_modules/ejs/package.json
@@ -0,0 +1,72 @@
+{
+ "name": "ejs",
+ "description": "Embedded JavaScript templates",
+ "keywords": [
+ "template",
+ "engine",
+ "ejs"
+ ],
+ "version": "2.2.4",
+ "author": {
+ "name": "Matthew Eernisse",
+ "email": "mde@fleegix.org",
+ "url": "http://fleegix.org"
+ },
+ "contributors": [
+ {
+ "name": "Timothy Gu",
+ "email": "timothygu99@gmail.com",
+ "url": "https://timothygu.github.io"
+ }
+ ],
+ "license": "Apache-2.0",
+ "main": "./lib/ejs.js",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/mde/ejs.git"
+ },
+ "bugs": {
+ "url": "https://github.com/mde/ejs/issues"
+ },
+ "homepage": "https://github.com/mde/ejs",
+ "dependencies": {},
+ "devDependencies": {
+ "browserify": "^8.0.3",
+ "uglify-js": "^2.4.16",
+ "mocha": "^2.1.0",
+ "jake": "^8.0.0",
+ "istanbul": "~0.3.5"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "scripts": {
+ "test": "mocha",
+ "coverage": "istanbul cover node_modules/mocha/bin/_mocha"
+ },
+ "_id": "ejs@2.2.4",
+ "_shasum": "f0af7e366c13149dd7ae30106c0c0e1cad11903c",
+ "_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.2.4.tgz",
+ "_from": "ejs@~2.2.3",
+ "_npmVersion": "2.1.18",
+ "_nodeVersion": "0.10.35",
+ "_npmUser": {
+ "name": "mde",
+ "email": "mde@fleegix.org"
+ },
+ "maintainers": [
+ {
+ "name": "tjholowaychuk",
+ "email": "tj@vision-media.ca"
+ },
+ {
+ "name": "mde",
+ "email": "mde@fleegix.org"
+ }
+ ],
+ "dist": {
+ "shasum": "f0af7e366c13149dd7ae30106c0c0e1cad11903c",
+ "tarball": "http://registry.npmjs.org/ejs/-/ejs-2.2.4.tgz"
+ },
+ "directories": {}
+}