-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.1 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
{
"name": "progenitor",
"description": "A project builder using templates and substitutions.",
"version": "0.1.1",
"homepage": "https://github.com/jhugman/progenitor",
"author": [
{
"name": "Future Platforms",
"email": "james.hugman@futureplatforms.com",
"url": "https://futureplatforms.com"
},
{
"name": "jhugman",
"email": "james@hugman.tv",
"url": "https://hugman.posterous.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/kirinjs/progenitor.git"
},
"bugs": {
"url": "https://github.com/kirinjs/progenitor/issues"
},
"licenses": [
{
"type": "Apache",
"url": "https://github.com/kirinjs/progenitor/blob/master/LICENSE"
}
],
"main": "lib/progenitor-prompts",
"engines": {
"node": "*"
},
"bin": "./bin/cli.js",
"scripts": {
"test": "nodeunit test/progenitor_test.js"
},
"dependencies": {
"optimist": ">= 0.3.0",
"prompt": ">= 0.1.0",
"underscore": ">= 1.3.0"
},
"devDependencies": {
"nodeunit": "*"
},
"keywords": ["project generator", "template", "wizard", "skeleton"]
}