forked from wix-incubator/secs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 780 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 780 Bytes
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
{
"name": "@capaj/secs",
"version": "1.0.1",
"author": "capajj@gmail.com",
"license": "MIT",
"main": "secs.js",
"scripts": {
"test": "ava"
},
"engines": {
"node": ">=4"
},
"peerDependencies": {
"ms": "*"
},
"devDependencies": {
"ava": "^0.23.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"ava": {
"files": ["*.spec.js"]
},
"description":
"[ms](https://github.com/zeit/ms), but with built in conversion to seconds.",
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/capaj/secs.git"
},
"keywords": ["ms", "time", "units"],
"bugs": {
"url": "https://github.com/capaj/secs/issues"
},
"homepage": "https://github.com/capaj/secs#readme"
}