react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / timers-browserify / package.json
80712 views{1"author": {2"name": "J. Ryan Stinnett",3"email": "[email protected]",4"url": "http://convolv.es/"5},6"name": "timers-browserify",7"description": "timers module for browserify",8"version": "1.4.1",9"homepage": "https://github.com/jryans/timers-browserify",10"bugs": {11"url": "https://github.com/jryans/timers-browserify/issues"12},13"repository": {14"type": "git",15"url": "git://github.com/jryans/timers-browserify.git"16},17"contributors": [18{19"name": "Guy Bedford",20"email": "[email protected]"21},22{23"name": "Ionut-Cristian Florescu",24"email": "[email protected]"25},26{27"name": "James Halliday",28"email": "[email protected]"29},30{31"name": "Jan Schär",32"email": "[email protected]"33},34{35"name": "Johannes Ewald",36"email": "[email protected]"37},38{39"name": "Jonathan Prins",40"email": "[email protected]"41},42{43"name": "Matt Esch",44"email": "[email protected]"45}46],47"main": "main.js",48"dependencies": {49"process": "~0.11.0"50},51"devDependencies": {52"connect": "~2.3.0",53"browserify": "~1.10.16"54},55"optionalDependencies": {},56"engines": {57"node": ">=0.6.0"58},59"keywords": [60"timers",61"browserify",62"browser"63],64"licenses": [65{66"type": "MIT",67"url": "https://github.com/jryans/timers-browserify/blob/master/LICENSE.md"68}69],70"gitHead": "e95b087592e08052d773efeec9412d480eb1c22b",71"_id": "[email protected]",72"scripts": {},73"_shasum": "bf8afeb7b50d6c500e2b3e0a5d759c4005e985d7",74"_from": "timers-browserify@>=1.0.1 <2.0.0",75"_npmVersion": "1.4.28",76"_npmUser": {77"name": "jryans",78"email": "[email protected]"79},80"maintainers": [81{82"name": "jryans",83"email": "[email protected]"84}85],86"dist": {87"shasum": "bf8afeb7b50d6c500e2b3e0a5d759c4005e985d7",88"tarball": "http://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.1.tgz"89},90"directories": {},91"_resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.1.tgz"92}939495