726a2ebbc3d6411ae3a48f08c858bb498a9b0d3c
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / ejs / package.json
1 {
2   "name": "ejs",
3   "description": "Embedded JavaScript templates",
4   "keywords": [
5     "template",
6     "engine",
7     "ejs"
8   ],
9   "version": "2.2.4",
10   "author": {
11     "name": "Matthew Eernisse",
12     "email": "mde@fleegix.org",
13     "url": "http://fleegix.org"
14   },
15   "contributors": [
16     {
17       "name": "Timothy Gu",
18       "email": "timothygu99@gmail.com",
19       "url": "https://timothygu.github.io"
20     }
21   ],
22   "license": "Apache-2.0",
23   "main": "./lib/ejs.js",
24   "repository": {
25     "type": "git",
26     "url": "git://github.com/mde/ejs.git"
27   },
28   "bugs": {
29     "url": "https://github.com/mde/ejs/issues"
30   },
31   "homepage": "https://github.com/mde/ejs",
32   "dependencies": {},
33   "devDependencies": {
34     "browserify": "^8.0.3",
35     "uglify-js": "^2.4.16",
36     "mocha": "^2.1.0",
37     "jake": "^8.0.0",
38     "istanbul": "~0.3.5"
39   },
40   "engines": {
41     "node": ">=0.10.0"
42   },
43   "scripts": {
44     "test": "mocha",
45     "coverage": "istanbul cover node_modules/mocha/bin/_mocha"
46   },
47   "_id": "ejs@2.2.4",
48   "_shasum": "f0af7e366c13149dd7ae30106c0c0e1cad11903c",
49   "_resolved": "https://registry.npmjs.org/ejs/-/ejs-2.2.4.tgz",
50   "_from": "ejs@~2.2.3",
51   "_npmVersion": "2.1.18",
52   "_nodeVersion": "0.10.35",
53   "_npmUser": {
54     "name": "mde",
55     "email": "mde@fleegix.org"
56   },
57   "maintainers": [
58     {
59       "name": "tjholowaychuk",
60       "email": "tj@vision-media.ca"
61     },
62     {
63       "name": "mde",
64       "email": "mde@fleegix.org"
65     }
66   ],
67   "dist": {
68     "shasum": "f0af7e366c13149dd7ae30106c0c0e1cad11903c",
69     "tarball": "http://registry.npmjs.org/ejs/-/ejs-2.2.4.tgz"
70   },
71   "directories": {}
72 }