Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
686 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "humanize-ms",
|
---|
| 3 | "version": "1.2.1",
|
---|
| 4 | "description": "transform humanize time to ms",
|
---|
| 5 | "main": "index.js",
|
---|
| 6 | "files": [
|
---|
| 7 | "index.js"
|
---|
| 8 | ],
|
---|
| 9 | "scripts": {
|
---|
| 10 | "test": "make test"
|
---|
| 11 | },
|
---|
| 12 | "keywords": [
|
---|
| 13 | "humanize",
|
---|
| 14 | "ms"
|
---|
| 15 | ],
|
---|
| 16 | "author": {
|
---|
| 17 | "name": "dead-horse",
|
---|
| 18 | "email": "dead_horse@qq.com",
|
---|
| 19 | "url": "http://deadhorse.me"
|
---|
| 20 | },
|
---|
| 21 | "repository": {
|
---|
| 22 | "type": "git",
|
---|
| 23 | "url": "https://github.com/node-modules/humanize-ms"
|
---|
| 24 | },
|
---|
| 25 | "license": "MIT",
|
---|
| 26 | "dependencies": {
|
---|
| 27 | "ms": "^2.0.0"
|
---|
| 28 | },
|
---|
| 29 | "devDependencies": {
|
---|
| 30 | "autod": "*",
|
---|
| 31 | "beautify-benchmark": "~0.2.4",
|
---|
| 32 | "benchmark": "~1.0.0",
|
---|
| 33 | "istanbul": "*",
|
---|
| 34 | "mocha": "*",
|
---|
| 35 | "should": "*"
|
---|
| 36 | }
|
---|
| 37 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.