forked from maksrom/javascript-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.18 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.18 KB
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": "1.0.0",
"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@1.0.0",
"dist": {
"shasum": "c9c60a48a46ee452fb32a71c317b95e5aa1fcb3d",
"tarball": "http://registry.npmjs.org/ejs/-/ejs-1.0.0.tgz"
},
"_from": "ejs@>=1.0.0 <2.0.0",
"_npmVersion": "1.3.21",
"_npmUser": {
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
}
],
"directories": {},
"_shasum": "c9c60a48a46ee452fb32a71c317b95e5aa1fcb3d",
"_resolved": "https://registry.npmjs.org/ejs/-/ejs-1.0.0.tgz",
"readme": "ERROR: No README data found!"
}