-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.07 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "duratiform",
"version": "2.0.0",
"description": "Utility to separate into parts and to format time duration in milliseconds",
"main": "duratiform.js",
"types": "./index.d.ts",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/gamtiq/duratiform.git"
},
"keywords": [
"time",
"duration",
"period",
"interval",
"span",
"divide",
"separate",
"decompose",
"parse",
"part",
"partition",
"format",
"string",
"stringify",
"millisecond",
"milliseconds",
"ms"
],
"author": "Denis Sikuler",
"license": "MIT",
"bugs": {
"url": "https://github.com/gamtiq/duratiform/issues"
},
"homepage": "https://github.com/gamtiq/duratiform",
"devDependencies": {
"docdash": "1.2.0",
"grunt": "1.1.0",
"grunt-bump": "0.8.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-jsdoc": "2.4.1",
"grunt-mocha-cli": "6.0.0",
"grunt-umd": "3.0.0",
"husky": "4.2.5",
"jsdoc-file": "1.0.0"
}
}