-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 KB
/
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
{
"name": "@visual-framework/create-vf-project",
"version": "0.2.9",
"description": "Helps to create a new Visual Framework 2.0-based project.",
"main": "createVfProject.js",
"bin": {
"create-vf-project": "createVfProject.js"
},
"scripts": {
"start": "node createVfProject.js",
"test": "yarn start test-site-name vf-eleventy",
"prepublishOnly": "yarn start test-site-name vf-eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visual-framework/create-vf-project.git"
},
"keywords": [],
"author": "Ken Hawkins <[email protected]> (https://www.embl.de/aboutus/communication_outreach/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/visual-framework/create-vf-project/issues"
},
"homepage": "https://github.com/visual-framework/create-vf-project#readme",
"dependencies": {
"colorette": "^1.2.1",
"delete": "^1.1.0",
"download": "^8.0.0",
"mv": "^2.1.1",
"ora": "^4.0.4",
"symlink-dir": "^4.1.0",
"unzipper": "^0.10.11"
}
}