package.json 725 Bytes
{
  "name": "yas-jssdk",
  "version": "1.0.0",
  "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:hbomb/yas-jssdk.git"
  },
  "bugs": {
    "url": ""
  },
  "dependencies": {
      "log4js": "0.6.x",
      "express": "4.x.x"
  },
  "licenses": "MIT",
  "spm": {
    "main": "yas.js",
    "dependencies": {
    },
    "devDependencies": {
      "expect.js": "0.3.1"
    },
    "buildArgs": "--include standalone"
  },
  "devDependencies": {
    "spm": "3"
  },
  "scripts": {
    "test": "spm test",
    "build": "spm build"
  }
}