smartstatus/package.json

24 lines
544 B
JSON
Raw Normal View History

2017-04-06 15:00:38 +00:00
{
"name": "smartstatus",
2017-04-12 09:39:07 +00:00
"version": "1.0.1",
2017-04-06 15:00:38 +00:00
"description": "status information in TypeScript",
"main": "dist/index.js",
2017-04-12 09:38:52 +00:00
"typings": "dist/index.d.ts",
2017-04-06 15:00:38 +00:00
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pkunz/smartstatus.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pkunz/smartstatus/issues"
},
2017-04-12 09:38:52 +00:00
"homepage": "https://gitlab.com/pkunz/smartstatus#README",
"devDependencies": {
"tapbundle": "^1.0.5"
}
2017-04-06 15:00:38 +00:00
}