This commit is contained in:
2017-02-27 14:05:03 +01:00
parent aa945149ae
commit 04ba9253f4
10 changed files with 378 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "typed json handlers",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
@@ -15,5 +16,13 @@
"bugs": {
"url": "https://gitlab.com/pushrocks/smartjson/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartjson#README"
"homepage": "https://gitlab.com/pushrocks/smartjson#README",
"devDependencies": {
"smartchai": "^1.0.3",
"typings-test": "^1.0.3"
},
"dependencies": {
"lodash": "^4.17.4",
"typings-global": "^1.0.14"
}
}