react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / events / package.json
80709 views{1"name": "events",2"id": "events",3"version": "1.0.2",4"description": "Node's event emitter for all engines.",5"keywords": [6"events",7"eventEmitter",8"eventDispatcher",9"listeners"10],11"author": {12"name": "Irakli Gozalishvili",13"email": "[email protected]",14"url": "http://jeditoolkit.com"15},16"repository": {17"type": "git",18"url": "git://github.com/Gozala/events.git",19"web": "https://github.com/Gozala/events"20},21"bugs": {22"url": "http://github.com/Gozala/events/issues/"23},24"main": "./events.js",25"engines": {26"node": ">=0.4.x"27},28"devDependencies": {29"mocha": "~1.21.4",30"zuul": "~1.10.2"31},32"scripts": {33"test": "mocha --ui qunit -- tests/index.js && zuul -- tests/index.js"34},35"licenses": "MIT",36"gitHead": "82020ee4e10570370b342863887fdc73e723ca7a",37"homepage": "https://github.com/Gozala/events",38"_id": "[email protected]",39"_shasum": "75849dcfe93d10fb057c30055afdbd51d06a8e24",40"_from": "events@>=1.0.0 <1.1.0",41"_npmVersion": "1.4.23",42"_npmUser": {43"name": "shtylman",44"email": "[email protected]"45},46"maintainers": [47{48"name": "gozala",49"email": "[email protected]"50},51{52"name": "shtylman",53"email": "[email protected]"54}55],56"dist": {57"shasum": "75849dcfe93d10fb057c30055afdbd51d06a8e24",58"tarball": "http://registry.npmjs.org/events/-/events-1.0.2.tgz"59},60"directories": {},61"_resolved": "https://registry.npmjs.org/events/-/events-1.0.2.tgz"62}636465