{
  "name": "gulp-seed",
  "version": "1.3.2",
  "description": "天猫前端通用的构建插件",
  "main": "lib/index.js",
  "scripts": {
    "test": "npm run build && ./node_modules/.bin/babel-node ./node_modules/.bin/_mocha --require babel-polyfill --timeout 60000",
    "dev": "./node_modules/.bin/babel -w src/ -d lib",
    "build": "./node_modules/.bin/babel src/ -d lib"
  },
  "author": "LingyuCoder",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-core": "^6.7.4",
    "babel-eslint": "~6.0.2",
    "babel-istanbul": "^0.7.0",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-plugin-transform-runtime": "^6.6.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "del": "^1.1.0",
    "eslint": "~2.7.0",
    "gulp": "3.x.x",
    "mocha": "^2.0.1",
    "run-gulp-task": "^0.1.2",
    "run-sequence": "~1.1.4",
    "should": "^4.3.0"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "babel-polyfill": "^6.7.4",
    "babel-runtime": "~6.6.1",
    "clean-css": "^3.4.12",
    "co": "^4.6.0",
    "colors": "*",
    "concat-with-sourcemaps": "^1.0.4",
    "glob-watcher": "^3.0.0",
    "gulp-util": "~3.0.6",
    "iconv-lite": "^0.4.3",
    "is-utf8": "0.2.x",
    "jschardet": "1.1.x",
    "json-stable-stringify": "^1.0.1",
    "linglog": "0.0.4",
    "lodash": "^4.6.1",
    "mui-dep": "^0.5.0",
    "n2a": "^1.0.1",
    "promise": "~7.0.4",
    "source-map": "^0.5.6",
    "tapc-parse-dep": "^0.2.0",
    "through2": "~0.4.0",
    "uglify-js": "^2.7.0",
    "vinyl": "~0.2.3",
    "vinyl-sourcemaps-apply": "^0.2.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tmallfe/gulp-seed"
  },
  "keywords": [
    "node",
    "babel",
    "gulp",
    "seed",
    "minify",
    "lint"
  ],
  "bugs": {
    "url": "https://github.com/tmallfe/gulp-seed/issues"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org/"
  },
  "readmeFilename": "README.md"
}
