51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "create-freesewing-pattern",
|
|
"version": "0.33.0",
|
|
"description": "Initilizer package for freesewing patterns",
|
|
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/freesewing/create-freesewing-pattern#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/freesewing/create-freesewing-pattern/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/freesewing/create-freesewing-pattern.git"
|
|
},
|
|
"keywords": [
|
|
"npm",
|
|
"init",
|
|
"freesewing"
|
|
],
|
|
"main": "index.js",
|
|
"reveal": true,
|
|
"bin": {
|
|
"create-freesewing-pattern": "index.js"
|
|
},
|
|
"scripts": {
|
|
"test": "ava -v && standard *.js lib/*.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.4.2",
|
|
"commander": "^2.19.0",
|
|
"conf": "^2.2.0",
|
|
"cp-file": "^6.0.0",
|
|
"execa": "^1.0.0",
|
|
"git-config-path": "^2.0.0",
|
|
"github-username": "^4.1.0",
|
|
"globby": "^9.0.0",
|
|
"handlebars": "^4.1.0",
|
|
"inquirer": "^6.2.2",
|
|
"make-dir": "^2.0.0",
|
|
"ora": "^3.1.0",
|
|
"p-each-series": "^1.0.0",
|
|
"parse-git-config": "^3.0.0",
|
|
"validate-npm-package-name": "^3.0.0",
|
|
"which": "^1.3.1"
|
|
},
|
|
"gitHead": "db3d4df92285ac8889fa72fba68c970ffcd59775"
|
|
}
|