-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
37 lines (36 loc) · 848 Bytes
/
package.json
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
{
"author": {
"name": "Sergey Nikitin",
"email": "[email protected]",
"url": "https://github.com/pasaran"
},
"name": "yate",
"description": "Yet Another Template Engine",
"version": "0.0.82",
"homepage": "https://github.com/pasaran/yate",
"repository": {
"type": "git",
"url": "git://github.com/pasaran/yate.git"
},
"dependencies": {
"nopt": "*",
"nommon": "0.0.23",
"parse-tools": "0.0.17"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"bin": "./yate",
"main": "./lib/actions.js",
"files": [
"lib",
"templates",
"yate"
],
"license": {
"type": "MIT",
"url": "https://github.com/pasaran/yate/raw/master/LICENSE"
}
}