initial
This commit is contained in:
35
package.json
35
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user