smartnpm/package.json

22 lines
467 B
JSON
Raw Normal View History

2017-08-14 15:50:48 +00:00
{
"name": "smartnpm",
2017-09-13 15:33:16 +00:00
"version": "1.0.5",
2017-08-14 15:50:48 +00:00
"description": "interface with npm to retrieve package information",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"devDependencies": {
"tapbundle": "^1.0.13"
},
"dependencies": {
2017-08-16 10:19:56 +00:00
"beautycolor": "^1.0.9",
2017-08-15 15:03:21 +00:00
"beautylog": "^6.1.10",
2017-08-14 15:50:48 +00:00
"smartrequest": "^1.0.6",
"typings-global": "^1.0.16"
}
}