2018-03-04 15:43:18 -05:00
|
|
|
{
|
2019-04-20 19:23:22 +02:00
|
|
|
"name": "create-freesewing-pattern",
|
2019-05-02 21:21:05 +02:00
|
|
|
"version": "2.0.0-alpha.11",
|
2019-04-20 19:23:22 +02:00
|
|
|
"description": "Initializer package for FreeSewing patterns: npm init FreeSewing-pattern",
|
2019-04-12 19:36:32 +02:00
|
|
|
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
2019-04-19 17:31:44 +02:00
|
|
|
"homepage": "https://freesewing.org/",
|
|
|
|
"repository": "github:freesewing/freesewing",
|
2018-03-04 15:43:18 -05:00
|
|
|
"license": "MIT",
|
2019-04-12 19:36:32 +02:00
|
|
|
"bugs": {
|
2019-04-19 17:31:44 +02:00
|
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
2019-04-12 19:36:32 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
2019-04-19 17:31:44 +02:00
|
|
|
"freesewing",
|
|
|
|
"development",
|
|
|
|
"initializer",
|
|
|
|
"react"
|
2019-04-12 19:36:32 +02:00
|
|
|
],
|
2019-05-02 21:20:40 +02:00
|
|
|
"main": "index.js",
|
2019-04-20 15:36:31 +02:00
|
|
|
"scripts": {
|
2019-05-02 21:20:40 +02:00
|
|
|
"test": "echo \"create-freesewing-pattern: No tests configured. Perhaps you'd like to do this?\" && exit 0",
|
2019-04-20 19:23:22 +02:00
|
|
|
"pubtest": "npm publish --registry http://localhost:6662",
|
2019-05-02 12:39:30 +02:00
|
|
|
"pubforce": "npm publish",
|
2019-05-02 21:20:40 +02:00
|
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
2019-04-20 15:36:31 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-05-02 21:21:05 +02:00
|
|
|
"@freesewing/i18n": "^2.0.0-alpha.11",
|
2019-04-20 15:36:31 +02:00
|
|
|
"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",
|
2019-05-02 21:21:05 +02:00
|
|
|
"which": "^1.3.1"
|
2019-04-20 15:36:31 +02:00
|
|
|
},
|
2019-05-02 19:36:42 +02:00
|
|
|
"files": [
|
|
|
|
"dist/*",
|
|
|
|
"README.md",
|
|
|
|
"package.json"
|
|
|
|
],
|
2019-04-19 17:31:44 +02:00
|
|
|
"publishConfig": {
|
2019-04-29 11:12:41 +02:00
|
|
|
"access": "public",
|
|
|
|
"tag": "alpha"
|
2018-03-09 18:45:50 -05:00
|
|
|
},
|
2018-03-09 18:52:21 -05:00
|
|
|
"engines": {
|
2019-04-20 19:23:22 +02:00
|
|
|
"node": ">=8.0.0",
|
|
|
|
"npm": ">=5"
|
2018-03-09 18:45:50 -05:00
|
|
|
},
|
2019-04-20 19:23:22 +02:00
|
|
|
"bin": {
|
2019-05-02 19:36:42 +02:00
|
|
|
"create-freesewing-pattern": "index.js"
|
2019-04-30 16:20:43 +02:00
|
|
|
}
|
2018-03-04 15:43:18 -05:00
|
|
|
}
|