smarttime/package.json
2018-07-13 00:03:08 +02:00

24 lines
527 B
JSON

{
"name": "@pushrocks/smarttime",
"private": false,
"version": "2.0.2",
"description": "handle timeformats in smart ways",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tsrun ./test/test.ts)",
"build": "(npmts)"
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.2",
"@types/node": "^10.5.2",
"tapbundle": "^2.0.2"
},
"dependencies": {
"@pushrocks/smartpromise": "^2.0.5",
"moment": "^2.21.0"
}
}