aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/ejs/package.json
blob: 627896bad1a687ec2ea87529002fc686112bac1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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!"
}