smartnpm/package.json
2017-08-16 12:19:56 +02:00

22 lines
467 B
JSON

{
"name": "smartnpm",
"version": "1.0.3",
"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": {
"beautycolor": "^1.0.9",
"beautylog": "^6.1.10",
"smartrequest": "^1.0.6",
"typings-global": "^1.0.16"
}
}