|
Last change
on this file since 9af201e was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
752 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "thenify",
|
|---|
| 3 | "description": "Promisify a callback-based function",
|
|---|
| 4 | "version": "3.3.1",
|
|---|
| 5 | "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
|
|---|
| 6 | "license": "MIT",
|
|---|
| 7 | "repository": "thenables/thenify",
|
|---|
| 8 | "dependencies": {
|
|---|
| 9 | "any-promise": "^1.0.0"
|
|---|
| 10 | },
|
|---|
| 11 | "devDependencies": {
|
|---|
| 12 | "bluebird": "^3.1.1",
|
|---|
| 13 | "istanbul": "^0.4.0",
|
|---|
| 14 | "mocha": "^3.0.2"
|
|---|
| 15 | },
|
|---|
| 16 | "scripts": {
|
|---|
| 17 | "test": "mocha --reporter spec",
|
|---|
| 18 | "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
|
|---|
| 19 | "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
|
|---|
| 20 | },
|
|---|
| 21 | "keywords": [
|
|---|
| 22 | "promisify",
|
|---|
| 23 | "promise",
|
|---|
| 24 | "thenify",
|
|---|
| 25 | "then",
|
|---|
| 26 | "es6"
|
|---|
| 27 | ],
|
|---|
| 28 | "files": [
|
|---|
| 29 | "index.js"
|
|---|
| 30 | ]
|
|---|
| 31 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.