wallet-core/node_modules/time-stamp/package.json

70 lines
1.2 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "time-stamp",
"description": "Get a formatted timestamp.",
"version": "1.0.1",
"homepage": "https://github.com/jonschlinkert/time-stamp",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/time-stamp",
"bugs": {
"url": "https://github.com/jonschlinkert/time-stamp/issues"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"license": "MIT",
"files": [
"index.js"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"main": "index.js",
"engines": {
"node": ">=0.10.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "mocha"
2016-10-10 03:43:44 +02:00
},
"devDependencies": {
"gulp-format-md": "^0.1.7",
"mocha": "^2.4.5",
"pad-left": "^2.0.3"
},
"keywords": [
"console",
"date",
"format",
"formatting",
"log",
"pretty",
"stamp",
"terminal",
"time",
"time-stamp"
],
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"days",
"iso-week",
"month",
"months",
"o-clock",
"seconds",
"week",
"weekday",
"year"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}