47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"name": "emissary",
|
||
|
|
"version": "1.3.3",
|
||
|
|
"description": "Utility mixins for subscribing to and emitting events.",
|
||
|
|
"main": "lib/emissary.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "grunt test",
|
||
|
|
"prepublish": "grunt clean lint coffee"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "http://github.com/atom/emissary.git"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/atom/emissary/issues"
|
||
|
|
},
|
||
|
|
"homepage": "http://atom.github.io/emissary",
|
||
|
|
"keywords": [
|
||
|
|
"event-emitter",
|
||
|
|
"events",
|
||
|
|
"subscribe",
|
||
|
|
"subscriber"
|
||
|
|
],
|
||
|
|
"author": "Nathan Sobo",
|
||
|
|
"licenses": [
|
||
|
|
{
|
||
|
|
"type": "MIT",
|
||
|
|
"url": "http://github.com/atom/emissary/raw/master/LICENSE.md"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"dependencies": {
|
||
|
|
"underscore-plus": "1.x",
|
||
|
|
"mixto": "1.x",
|
||
|
|
"property-accessors": "^1.1",
|
||
|
|
"es6-weak-map": "^0.1.2"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"jasmine-focused": "1.x",
|
||
|
|
"grunt-contrib-coffee": "~0.7.0",
|
||
|
|
"grunt-cli": "~0.1.8",
|
||
|
|
"grunt": "~0.4.1",
|
||
|
|
"grunt-shell": "~0.2.2",
|
||
|
|
"grunt-coffeelint": "0.0.6",
|
||
|
|
"rimraf": "~2.2.2"
|
||
|
|
}
|
||
|
|
}
|