package.json 1.38 KB
{
  "name": "yas-jssdk",
  "version": "2.4.22",
  "description": "YOHO!采集系统的前端js的开发包",
  "keywords": [
    "YOHO!",
    "Acquisition",
    "System",
    "JS-SDK"
  ],
  "homepage": "",
  "author": "hbomb <qiqi.zhou@yoho.cn>",
  "repository": {
    "type": "git",
    "url": "git@git.dev.yoho.cn:web/yas-jssdk.git"
  },
  "bugs": {
    "url": ""
  },
  "dependencies": {
    "express": "4.x.x",
    "log4js": "0.6.x"
  },
  "licenses": "MIT",
  "spm": {
    "main": "yas.js",
    "dependencies": {
      "import-style": "1.0.0",
      "yoho.json2": "1.0.0"
    },
    "devDependencies": {
      "expect.js": "0.3.1",
      "sinon": "1.6.0"
    },
    "buildArgs": "--include standalone"
  },
  "devDependencies": {
    "babel-core": "^6.21.0",
    "babel-loader": "^6.2.10",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-runtime": "^6.20.0",
    "css-loader": "^0.26.1",
    "expect.js": "^0.3.1",
    "gulp": "^3.9.1",
    "gulp-ftp": "^1.0.3",
    "gulp-jshint": "^1.9.2",
    "gulp-util": "^3.0.4",
    "jshint-stylish": "^1.0.1",
    "shelljs": "^0.8.2",
    "sinon": "^1.17.7",
    "spm": "3",
    "style-loader": "^0.13.1",
    "webpack": "^1.14.0",
    "webpack-uglify-parallel": "^0.1.3",
    "yoho-json2": "^1.0.0"
  },
  "scripts": {
    "build": "gulp build",
    "cp": "gulp cp",
    "start:dev": "node server/app.js"
  }
}