smartupdate/package.json

23 lines
471 B
JSON
Raw Normal View History

2017-08-15 17:29:18 +00:00
{
"name": "smartupdate",
"version": "1.0.1",
"description": "update your tools in a smart way",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"devDependencies": {
2017-08-16 16:54:23 +00:00
"tapbundle": "^1.1.1"
2017-08-15 17:29:18 +00:00
},
"dependencies": {
2017-08-16 16:54:23 +00:00
"beautylog": "^6.1.10",
"npmextra": "^2.0.9",
"smartnpm": "^1.0.4",
"smarttime": "^1.0.6",
"typings-global": "^1.0.20"
2017-08-15 17:29:18 +00:00
}
}