{
  "name": "@ali/generator-cyclone",
  "version": "0.0.15",
  "description": "yeoman generator for cyclone h5 app",
  "homepage": "",
  "author": {
    "name": "澜嵚",
    "email": "zhenjiang.szj@alibaba-inc.com",
    "url": "http://shaozj.github.io/"
  },
  "main": "generators/index.js",
  "keywords": [
    "cyclone",
    "yeoman-generator"
  ],
  "dependencies": {
    "yeoman-generator": "^0.22.0",
    "chalk": "^1.0.0",
    "yosay": "^1.0.2",
    "urllib": "^2.5.0"
  },
  "devDependencies": {
    "yeoman-test": "^1.0.0",
    "yeoman-assert": "^2.0.0",
    "eslint": "^2.1.0",
    "eslint-config-xo-space": "^0.10.0",
    "gulp": "^3.9.0",
    "gulp-eslint": "^2.0.0",
    "gulp-exclude-gitignore": "^1.0.0",
    "gulp-line-ending-corrector": "^1.0.1",
    "gulp-istanbul": "^0.10.3",
    "gulp-mocha": "^2.0.0",
    "gulp-plumber": "^1.0.0",
    "gulp-nsp": "^2.1.0",
    "gulp-coveralls": "^0.1.0"
  },
  "eslintConfig": {
    "extends": "xo-space",
    "env": {
      "mocha": true
    }
  },
  "repository": "https://github.com/shaozj/generator-cyclone.git",
  "scripts": {
    "prepublish": "gulp prepublish",
    "test": "gulp"
  },
  "publishConfig": {
    "registry": "http://registry.npm.alibaba-inc.com"
  },
  "license": "MIT",
  "_from": "@ali/generator-cyclone@0.0.15",
  "_resolved": "http://registry.npm.alibaba-inc.com/@ali/generator-cyclone/download/@ali/generator-cyclone-0.0.15.tgz"
}