riot-observable
Version:
Simple script to send and receive events
42 lines (41 loc) • 997 B
JSON
{
"name": "riot-observable",
"version": "3.0.0",
"description": "Simple script to send and receive events",
"main": "dist/observable.js",
"jsnext:main": "dist/es6.observable.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "make test",
"prepublish": "make && make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riot/observable.git"
},
"keywords": [
"riot",
"observable",
"events"
],
"devDependencies": {
"benchmark": "^2.1.2",
"coveralls": "^2.11.15",
"eslint": "^3.10.1",
"expect.js": "^0.3.1",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"mocha": "^3.1.2",
"phantomjs-prebuilt": "^2.1.13"
},
"author": "Muut, Inc. and other contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/riot/observable/issues"
},
"homepage": "https://github.com/riot/observable#readme"
}