smartjson/package.json

20 lines
449 B
JSON
Raw Normal View History

2017-01-28 14:23:26 +00:00
{
"name": "smartjson",
"version": "1.0.0",
"description": "typed json handlers",
"main": "dist/index.js",
"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"
}