gs-events
Version:
58 lines (57 loc) • 1.71 kB
JSON
{
"name": "gs-events",
"version": "1.0.11",
"description": "事件分发器(同步)",
"main": "exports.js",
"wepy": "./dist/wepy.js",
"scripts": {
"docs": "rimraf ./docs && esdoc",
"test": "rimraf ./coverage && istanbul cover _mocha test/**/*.js -- --require babel-register",
"build": "webpack --config=./Webpack.config.js",
"examples": "node ./examples/",
"publish": "npm version patch"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"esdoc": "^1.0.4",
"esdoc-accessor-plugin": "^1.0.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-integrate-manual-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^5.0.1",
"rimraf": "^2.6.2",
"webpack": "^3.11.0",
"webpack-node-externals": "^1.6.0"
},
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guless/events.git"
},
"keywords": [
"event",
"dispatcher",
"listener",
"emmiter"
],
"author": "Samlv9@live.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/guless/events/issues"
},
"homepage": "https://github.com/guless/events#readme"
}