package.json 1.33 KB
Newer Older
super-lin0's avatar
super-lin0 committed
1 2
{
  "name": "create-nemean",
super-lin0's avatar
docs  
super-lin0 committed
3
  "version": "0.0.28",
super-lin0's avatar
super-lin0 committed
4 5
  "description": "Creates a Nemean application using the command line.",
  "homepage": "http://platform.kuopu.net:9999/gitlab/nemean-group/create-nemean",
super-lin0's avatar
super-lin0 committed
6
  "bugs": {
super-lin0's avatar
super-lin0 committed
7
    "url": "http://platform.kuopu.net:9999/gitlab/nemean-group/create-nemean/issues"
super-lin0's avatar
super-lin0 committed
8 9
  },
  "repository": {
super-lin0's avatar
super-lin0 committed
10
    "prepublishOnly": "np --no-cleanup --yolo --no-publish",
super-lin0's avatar
super-lin0 committed
11
    "type": "git",
super-lin0's avatar
super-lin0 committed
12
    "url": "http://platform.kuopu.net:9999/gitlab/nemean-group/create-nemean"
super-lin0's avatar
super-lin0 committed
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 49 50
  },
  "license": "MIT",
  "files": [
    "cli.js",
    "index.js",
    "lib"
  ],
  "bin": {
    "create-nemean": "cli.js"
  },
  "scripts": {
    "test": "egg-bin test",
    "prettier": "prettier -c --write '**/*'"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "clipboardy": "^2.1.0",
    "debug": "^4.1.1",
    "execa": "^1.0.0",
    "fs-extra": "^8.0.1",
    "glob": "^7.1.4",
    "inquirer": "^6.4.1",
    "mkdirp": "^0.5.1",
    "prettier": "^1.17.0",
    "semver": "^6.1.0",
    "sort-package-json": "^1.22.1",
    "sylvanas": "~0.2.0",
    "umi-utils": "^1.5.2",
    "yargs-parser": "^13.1.1",
    "yeoman-generator": "^4.0.1"
  },
  "devDependencies": {
    "coffee": "^5.2.1",
    "egg-bin": "^4.13.0",
    "mm": "^2.5.0",
    "np": "^5.0.1"
  },
  "authors": [
super-lin0's avatar
super-lin0 committed
51
    "super-lin <changsha.wulin@gmail.com> (http://platform.kuopu.net:9999/gitlab/wulin)"
super-lin0's avatar
super-lin0 committed
52 53
  ]
}