-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
35 lines (35 loc) · 828 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
{
"name": "create-project",
"version": "2.0.0",
"description": "Create a new project based on a branch in a github repo. Supports basic format strings",
"main": "bin.js",
"dependencies": {
"gunzip-maybe": "^1.0.2",
"minimist": "^1.1.0",
"read": "^1.0.5",
"request": "^2.40.0",
"streaming-format": "^2.0.0",
"tar-fs": "^2.0.0"
},
"devDependencies": {},
"bin": {
"create-project": "./bin.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/create-project"
},
"keywords": [
"create",
"project",
"scaffold",
"template",
"templating"
],
"author": "Mathias Buus",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/create-project/issues"
},
"homepage": "https://github.com/mafintosh/create-project"
}