evest
Version:
Ultimate Events.
37 lines (36 loc) • 751 B
JSON
{
"name": "evest",
"version": "1.0.5",
"description": "Ultimate Events.",
"keywords": [
"events",
"js6"
],
"author": {
"name": "Alex Litskevich",
"url": "https://github.com/alitskevich"
},
"license": "MIT",
"scripts": {
"test": "mocha --compilers js:babel-register"
},
"repository": {
"type": "git",
"url": "https://github.com/alitskevich/evest.git"
},
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.3.13",
"chai": "^2.1.1",
"mocha": "^2.3.4"
},
"main": "./index.es6",
"babel": {
"presets": [
"es2015"
],
"only": "**/*.es6"
}
}