-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 944 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 944 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
{
"name": "leto",
"version": "0.2.6",
"author": "Mike Vegeto <michael.vegeto@gmail.com>",
"description": "Leto - Spawn new projects from templates",
"main": "./leto",
"engines": {
"node": ">=0.8.0"
},
"keywords": [
"template",
"project",
"boilerplate",
"leto",
"efficiency",
"tools"
],
"licenses": [
{
"type": "MIT",
"url": "http://raw.github.com/ZECTBynmo/leto/master/LICENSE"
}
],
"bin": {
"leto": "./leto.js"
},
"repository": {
"type": "git",
"url": "http://github.com/ZECTBynmo/leto.git"
},
"dependencies": {
"ares": "0.0.12",
"maker": "~0.1.11",
"mkdirp": "~0.3.5",
"needle": "~0.4.9",
"mover": "0.0.10",
"json5": "~0.2.0",
"changer": "0.0.7",
"fs-extra": "~0.6.3",
"optimist": "~0.6.0",
"request": "~2.27.0",
"async": "~0.2.9",
"wrench": "~1.5.1"
}
}