wepy-ant
Version:
参见:[小程序框架wepy](https://github.com/wepyjs/wepy)
31 lines (30 loc) • 781 B
JSON
{
"name": "wepy-ant",
"version": "1.5.10",
"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",
"eslint": "eslint src/"
},
"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"
}
}