2017-09-14 05:20:26 +00:00
|
|
|
{
|
|
|
|
"name": "slackme",
|
2018-01-10 21:10:12 +00:00
|
|
|
"version": "2.0.1",
|
2017-09-14 05:20:26 +00:00
|
|
|
"description": "API abstraction for mojoio",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"test": "(npmts)"
|
|
|
|
},
|
2017-09-14 05:21:32 +00:00
|
|
|
"devDependencies": {
|
2018-01-10 20:45:25 +00:00
|
|
|
"@types/node": "^9.3.0",
|
|
|
|
"cz-conventional-changelog": "^2.1.0",
|
2017-09-17 12:53:00 +00:00
|
|
|
"qenv": "^1.1.7",
|
2017-09-14 05:20:26 +00:00
|
|
|
"tapbundle": "^1.0.13"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-01-10 20:45:25 +00:00
|
|
|
"smartrequest": "^1.0.6"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
|
|
}
|
2017-09-14 05:20:26 +00:00
|
|
|
}
|
|
|
|
}
|