forked from kriskowal/q
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
66 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,69 @@ | ||
{ | ||
"name": "q", | ||
"version": "0.8.12", | ||
"description": "A library for promises (CommonJS/Promises/A,B,D)", | ||
"homepage": "https://github.com/kriskowal/q", | ||
"author": "Kris Kowal <[email protected]> (https://github.com/kriskowal)", | ||
"keywords": [ | ||
"q", | ||
"promise", | ||
"promises", | ||
"promises-a", | ||
"promises-a-plus", | ||
"deferred", | ||
"future", | ||
"async", | ||
"flow control", | ||
"fluent", | ||
"browser", | ||
"node" | ||
], | ||
"contributors": [ | ||
"Kris Kowal <[email protected]> (https://github.com/kriskowal)", | ||
"Irakli Gozalishvili <[email protected]> (http://jeditoolkit.com)", | ||
"Domenic Denicola <[email protected]> (http://domenicdenicola.com)" | ||
], | ||
"bugs": { | ||
"mail": "[email protected]", | ||
"url": "http://github.com/kriskowal/q/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://github.com/kriskowal/q/raw/master/LICENSE" | ||
} | ||
], | ||
"main": "q.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/kriskowal/q.git" | ||
}, | ||
"engines": { | ||
"node": ">=0.6.0", | ||
"teleport": ">=0.2.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"jshint": ">=0.9.1", | ||
"cover": "*", | ||
"jasmine-node": "1.2.2", | ||
"opener": "*", | ||
"promises-aplus-tests": "1.x" | ||
}, | ||
"scripts": { | ||
"test": "jasmine-node spec && promises-aplus-tests spec/aplus-adapter", | ||
"test-browser": "opener spec/q-spec.html", | ||
"lint": "jshint q.js", | ||
"cover": "cover run node_modules/jasmine-node/bin/jasmine-node spec && cover report html && opener cover_html/index.html" | ||
}, | ||
"overlay": { | ||
"teleport": { | ||
"dependencies": { | ||
"system": ">=0.0.4" | ||
} | ||
} | ||
}, | ||
"directories": { | ||
"test": "./spec" | ||
"name": "q", | ||
"version": "0.9.0", | ||
"description": "A library for promises (CommonJS/Promises/A,B,D)", | ||
"homepage": "https://github.com/kriskowal/q", | ||
"author": "Kris Kowal <[email protected]> (https://github.com/kriskowal)", | ||
"keywords": [ | ||
"q", | ||
"promise", | ||
"promises", | ||
"promises-a", | ||
"promises-a-plus", | ||
"deferred", | ||
"future", | ||
"async", | ||
"flow control", | ||
"fluent", | ||
"browser", | ||
"node" | ||
], | ||
"contributors": [ | ||
"Kris Kowal <[email protected]> (https://github.com/kriskowal)", | ||
"Irakli Gozalishvili <[email protected]> (http://jeditoolkit.com)", | ||
"Domenic Denicola <[email protected]> (http://domenicdenicola.com)" | ||
], | ||
"bugs": { | ||
"mail": "[email protected]", | ||
"url": "http://github.com/kriskowal/q/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://github.com/kriskowal/q/raw/master/LICENSE" | ||
} | ||
], | ||
"main": "q.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/kriskowal/q.git" | ||
}, | ||
"engines": { | ||
"node": ">=0.6.0", | ||
"teleport": ">=0.2.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"jshint": ">=0.9.1", | ||
"cover": "*", | ||
"jasmine-node": "1.2.2", | ||
"opener": "*", | ||
"promises-aplus-tests": "1.x" | ||
}, | ||
"scripts": { | ||
"test": "jasmine-node spec && promises-aplus-tests spec/aplus-adapter", | ||
"test-browser": "opener spec/q-spec.html", | ||
"lint": "jshint q.js", | ||
"cover": "cover run node_modules/jasmine-node/bin/jasmine-node spec && cover report html && opener cover_html/index.html" | ||
}, | ||
"overlay": { | ||
"teleport": { | ||
"dependencies": { | ||
"system": ">=0.0.4" | ||
} | ||
} | ||
}, | ||
"directories": { | ||
"test": "./spec" | ||
} | ||
} |