wepy
Version:
[](https://badge.fury.io/js/wepy) [](https://travis-ci.org/wepyjs/wepy) [ • 958 B
JSON
{
"name": "wepy",
"version": "1.7.2",
"description": "",
"main": "lib/wepy.js",
"scripts": {
"prepublish": "npm run build",
"build": "babel --presets es2015,stage-1 src/ --out-dir lib/ --source-maps",
"watch-compile": "npm run build -- --watch",
"watch": "npm run watch-compile",
"test": "npm run eslint && npm run test-cov",
"eslint": "eslint src/",
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -t 50000 --recursive -R spec test/"
},
"repository": {
"type": "git",
"url": "git@github.com:wepyjs/wepy.git"
},
"author": "Gcaufy",
"license": "MIT",
"bugs": {
"url": "https://github.com/wepyjs/wepy/issues"
},
"homepage": "https://github.com/wepyjs/wepy#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"immutable": "^3.8.2"
}
}