smartjson/package.json

29 lines
647 B
JSON
Raw Normal View History

2017-01-28 14:23:26 +00:00
{
"name": "smartjson",
2017-02-27 14:36:36 +00:00
"version": "1.0.1",
2017-01-28 14:23:26 +00:00
"description": "typed json handlers",
"main": "dist/index.js",
2017-02-27 13:05:03 +00:00
"typings": "dist/index.d.ts",
2017-01-28 14:23:26 +00:00
"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"
},
2017-02-27 13:05:03 +00:00
"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"
}
2017-01-28 14:23:26 +00:00
}