-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 KB
/
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
{
"name": "time-key",
"version": "0.3.0",
"description": "Time Key",
"main": "time-key.js",
"scripts": {
"lint": "eslint .",
"test": "cross-env DEBUG=time-key* mocha test/test_*.js",
"test-cov": "istanbul cover _mocha -- test/test_* --reporter dot",
"test-travis": "istanbul cover _mocha --report lcovonly -- test/test_* --reporter dot"
},
"repository": {
"type": "git",
"url": "[email protected]:Bacra/node-time-key.git"
},
"keywords": [
"time",
"timestamp"
],
"author": "Bacra <[email protected]>",
"license": "MIT",
"dependencies": {
"debug": "^3.1.0",
"time-stamp": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"bluebird": "^3.5.1",
"cross-env": "^2.0.0",
"eslint": "^6.5.1",
"eslint-config-brcjs": "^1.1.1",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
"mocha": "^3.5.3"
},
"bugs": {
"url": "https://github.com/Bacra/node-time-key/issues"
},
"homepage": "https://github.com/Bacra/node-time-key"
}