-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 889 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 889 Bytes
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
{
"name": "fly-ejs",
"version": "2.0.0",
"description": "A plugin for Fly that parses ejs template files",
"keywords": [
"fly",
"fly-plugin"
],
"main": "index.js",
"files": [
"index.js",
"*.md",
"LICENSE"
],
"scripts": {
"test": "fly test"
},
"engines": {
"node": ">=4.6"
},
"devDependencies": {
"chai": "^3.4.0",
"co": "^4.6.0",
"fly": ">=2.0.5 <3.0.0",
"fly-mocha": ">=1.0.2 <2.0.0",
"mz": "^2.6.0",
"tmp": "^0.0.31"
},
"dependencies": {
"ejs": "^2.3.4"
},
"author": {
"name": "Pine Mizune",
"email": "pinemz@gmail.com",
"url": "https://github.com/pine"
},
"repository": {
"type": "git",
"url": "https://github.com/pine/fly-ejs"
},
"bugs": {
"url": "https://github.com/pine/fly-ejs/issues"
},
"homepage": "https://github.com/pine/fly-ejs",
"license": "MIT"
}