react / react-0.13.3 / examples / basic-commonjs / node_modules / reactify / node_modules / react-tools / node_modules / commoner / node_modules / q / package.json
81164 views{1"name": "q",2"version": "1.1.2",3"description": "A library for promises (CommonJS/Promises/A,B,D)",4"homepage": "https://github.com/kriskowal/q",5"author": {6"name": "Kris Kowal",7"email": "[email protected]",8"url": "https://github.com/kriskowal"9},10"keywords": [11"q",12"promise",13"promises",14"promises-a",15"promises-aplus",16"deferred",17"future",18"async",19"flow control",20"fluent",21"browser",22"node"23],24"contributors": [25{26"name": "Kris Kowal",27"email": "[email protected]",28"url": "https://github.com/kriskowal"29},30{31"name": "Irakli Gozalishvili",32"email": "[email protected]",33"url": "http://jeditoolkit.com"34},35{36"name": "Domenic Denicola",37"email": "[email protected]",38"url": "http://domenicdenicola.com"39}40],41"bugs": {42"url": "http://github.com/kriskowal/q/issues"43},44"license": {45"type": "MIT",46"url": "http://github.com/kriskowal/q/raw/master/LICENSE"47},48"main": "q.js",49"files": [50"LICENSE",51"q.js",52"queue.js"53],54"repository": {55"type": "git",56"url": "git://github.com/kriskowal/q.git"57},58"engines": {59"node": ">=0.6.0",60"teleport": ">=0.2.0"61},62"dependencies": {},63"devDependencies": {64"jshint": "~2.1.9",65"cover": "*",66"jasmine-node": "1.11.0",67"opener": "*",68"promises-aplus-tests": "1.x",69"grunt": "~0.4.1",70"grunt-cli": "~0.1.9",71"grunt-contrib-uglify": "~0.2.2",72"matcha": "~0.2.0"73},74"scripts": {75"test": "jasmine-node spec && promises-aplus-tests spec/aplus-adapter",76"test-browser": "opener spec/q-spec.html",77"benchmark": "matcha",78"lint": "jshint q.js",79"cover": "cover run node_modules/jasmine-node/bin/jasmine-node spec && cover report html && opener cover_html/index.html",80"minify": "grunt",81"prepublish": "grunt"82},83"overlay": {84"teleport": {85"dependencies": {86"system": ">=0.0.4"87}88}89},90"directories": {91"test": "./spec"92},93"gitHead": "3159ac47c46cb7e2200191736ca430a011615523",94"_id": "[email protected]",95"_shasum": "6357e291206701d99f197ab84e57e8ad196f2a89",96"_from": "q@>=1.1.2 <1.2.0",97"_npmVersion": "1.4.21",98"_npmUser": {99"name": "kriskowal",100"email": "[email protected]"101},102"maintainers": [103{104"name": "kriskowal",105"email": "[email protected]"106},107{108"name": "domenic",109"email": "[email protected]"110}111],112"dist": {113"shasum": "6357e291206701d99f197ab84e57e8ad196f2a89",114"tarball": "http://registry.npmjs.org/q/-/q-1.1.2.tgz"115},116"_resolved": "https://registry.npmjs.org/q/-/q-1.1.2.tgz"117}118119120