smartjson/package.json
2017-02-27 15:36:36 +01:00

29 lines
647 B
JSON

{
"name": "smartjson",
"version": "1.0.1",
"description": "typed json handlers",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartjson.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartjson/issues"
},
"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"
}
}