package.json 505 Bytes
{
  "name": "bigdata-static",
  "version": "1.0.0",
  "description": "bigdata-static",
  "main": "index.js",
  "scripts": {
    "start": "ada --host 0.0.0.0 --port 7005",
    "dev": "ada --port 7005",
    "build": "ada build"
  },
  "repository": {
    "type": "git",
    "url": "git@git.yoho.cn:fe/bigdata-static.git"
  },
  "author": "ccbikai <ccbikai@qq.com> (http://miantiao.me/)",
  "license": "MIT",
  "devDependencies": {
    "ada": "^0.1.7",
    "echarts": "^3.8.5",
    "jquery": "^1.12.4"
  }
}