forked from AfterShip/node-tmfy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "tmfy",
"description": "Timeouts for promises and promisified functions",
"version": "1.0.3",
"homepage": "https://github.com/AfterShip/node-tmfy",
"author": {
"name": "AfterShip",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/AfterShip/node-tmfy.git"
},
"bugs": {
"url": "https://github.com/AfterShip/node-tmfy/issues"
},
"main": "index.js",
"engines": {
"node": ">= 4.2"
},
"scripts": {
"lint": "eslint --ext .jsx,.js .",
"test": "npm run lint"
},
"dependencies": {},
"devDependencies": {
"eslint-config-aftership": "^3.0.0",
"grunt": "^1.0.1",
"load-grunt-config": "^0.19.1",
"pre-commit": "^1.1.2"
},
"keywords": [
"promise",
"promisify",
"time",
"timeout"
],
"license": "MIT",
"pre-commit": [
"lint"
],
"private": false
}