smarttime/package.json

25 lines
537 B
JSON
Raw Normal View History

2016-06-28 09:11:53 +00:00
{
2018-06-10 12:00:18 +00:00
"name": "@pushrocks/smarttime",
"private": false,
2018-06-10 12:00:18 +00:00
"version": "2.0.1",
2017-08-15 17:28:23 +00:00
"description": "handle timeformats in smart ways",
2016-06-28 09:11:53 +00:00
"main": "dist/index.js",
2017-08-15 17:28:23 +00:00
"typings": "dist/index.d.ts",
2016-06-28 09:11:53 +00:00
"author": "Lossless GmbH",
"license": "MIT",
2017-08-15 17:28:23 +00:00
"scripts": {
2018-06-10 12:00:18 +00:00
"test": "(tsrun ./test/test.ts)",
"build": "(npmts)"
2016-06-28 09:11:53 +00:00
},
2017-08-16 12:29:15 +00:00
"devDependencies": {
2018-06-10 12:00:18 +00:00
"@gitzone/tsrun": "^1.0.5",
2018-03-11 15:44:32 +00:00
"@types/node": "^9.4.7",
"tapbundle": "^2.0.0"
2016-06-28 09:11:53 +00:00
},
"dependencies": {
2018-03-11 15:44:32 +00:00
"moment": "^2.21.0",
"smartdelay": "^1.0.4",
"smartq": "^1.1.6"
2016-06-28 09:11:53 +00:00
}
}