smarttime/package.json
2018-03-11 18:21:18 +01:00

22 lines
435 B
JSON

{
"name": "smarttime",
"version": "2.0.0",
"description": "handle timeformats in smart ways",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"devDependencies": {
"@types/node": "^9.4.7",
"tapbundle": "^2.0.0"
},
"dependencies": {
"moment": "^2.21.0",
"smartdelay": "^1.0.4",
"smartq": "^1.1.6"
}
}