source: frontend/node_modules/thenify/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 752 bytes
RevLine 
[9af201e]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.