smarttime/package.json

19 lines
364 B
JSON
Raw Normal View History

2016-06-28 09:11:53 +00:00
{
"name": "smarttime",
2017-08-15 17:28:23 +00:00
"version": "1.0.1",
"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": {
"test": "(npmts)"
2016-06-28 09:11:53 +00:00
},
2017-08-15 17:28:23 +00:00
"devDependencies": {
"tapbundle": "^1.0.13"
2016-06-28 09:11:53 +00:00
},
"dependencies": {
2017-08-15 17:28:23 +00:00
"typings-global": "^1.0.16"
2016-06-28 09:11:53 +00:00
}
}