{
  "name": "@ali/weex-html5",
  "version": "0.3.5",
  "description": "weex html5 renderer",
  "repository": {
    "type": "git",
    "url": "git@gitlab.alibaba-inc.com:weex/weex-html5.git"
  },
  "author": {
    "name": "hesai.hs",
    "email": "hesai.hs@alibaba-inc.com"
  },
  "license": "ISC",
  "dependencies": {
    "@ali/lib-callapp": "~1.4.8",
    "@ali/lib-env": "^1.9.9",
    "@ali/lib-httpurl": "^2.0.2",
    "@ali/lib-img-core": "0.0.6",
    "@ali/lib-login": "~1.5.0",
    "@ali/lib-mtop": "~2.0.2",
    "@ali/lib-windvane": "~2.1.3",
    "@ali/weex-html5-os": "^0.3.13",
    "animationjs": "^0.1.5",
    "cubicbezier": "^0.1.1"
  },
  "scripts": {
    "lint": "eslint src",
    "build": "webpack --config ./config/webpack.browser.config.js",
    "dev": "webpack --watch --config ./config/webpack.browser.config.js",
    "dist": "npm run build && uglifyjs build/weex.js -o build/weex.min.js",
    "dev:demo": "webpack --watch --config ./config/webpack.demo.config.js",
    "serve": "serve ./ -p 12586"
  },
  "publishConfig": {
    "registry": "http://registry.npm.alibaba-inc.com"
  },
  "main": "src/aliweex.js",
  "devDependencies": {
    "babel-cli": "~6.4.5",
    "babel-core": "^6.13.2",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.13.2",
    "cross-spawn": "^4.0.0",
    "css-loader": "^0.23.1",
    "eslint": "^2.11.1",
    "http-server": "^0.9.0",
    "json-loader": "^0.5.4",
    "serve": "^1.4.0",
    "style-loader": "^0.13.1",
    "uglify-js": "^2.6.4",
    "webpack": "^1.13.1",
    "weex-loader": "^0.2.0"
  }
}
