This commit is contained in:
2017-08-15 19:28:23 +02:00
parent 1cc73fe8cb
commit e81188e756
14 changed files with 501 additions and 44 deletions

View File

@@ -1,37 +1,18 @@
{
"name": "smarttime",
"version": "1.0.0",
"description": "bundles smart ways to work with timestamps in nodejs",
"version": "1.0.1",
"description": "handle timeformats in smart ways",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smarttime.git"
},
"keywords": [
"time"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smarttime/issues"
},
"homepage": "https://gitlab.com/pushrocks/smarttime#README",
"devDependencies": {
"npmts-g": "^5.2.6",
"should": "^9.0.2",
"typings-test": "^1.0.1"
"devDependencies": {
"tapbundle": "^1.0.13"
},
"dependencies": {
"beautylog": "^5.0.12",
"mathjs": "^3.2.1",
"moment": "^2.13.0",
"q": "^1.4.1",
"typings-global": "^1.0.3"
"typings-global": "^1.0.16"
}
}