theatre-events
Version:
A full implementation of a standard event dispatcher for javascript
36 lines (35 loc) • 1.09 kB
JSON
{
"name": "theatre-events",
"version": "1.1.9",
"description": "A full implementation of a standard event dispatcher for javascript",
"main": "dist/current/src/index.js",
"typings": "./dist/current/src/index.d.ts",
"scripts": {
"test": "JASMINE_CONFIG_PATH=./jasmine.json jasmine",
"start": "nodemon -w src -w spec -e ts,tsx,js,json --exec 'tsc --pretty || true'",
"compile": "tsc --pretty && tsc --target es6 --outDir dist/next",
"compile:test": "npm run compile && npm test",
"prepublish": "publish-please guard",
"test:watch": "nodemon -w dist/current/spec --exec 'npm run test'",
"publish-please": "publish-please"
},
"keywords": [
"Event",
"Dispatcher",
"ECM6",
"Promise",
"Future",
"Listener"
],
"author": "David Jegat <david.jegat@gmail.com>",
"license": "WTFPL",
"devDependencies": {
"@types/jasmine": "^2.5.47",
"@types/node": "^7.0.22",
"jasmine": "^2.6.0",
"jasmine-spec-reporter": "^4.1.0",
"nodemon": "^1.11.0",
"publish-please": "^2.3.1",
"typescript": "^2.3.3"
}
}