smartlodash/package.json
2017-07-12 14:39:10 +02:00

33 lines
704 B
JSON

{
"name": "smartlodash",
"version": "1.0.0",
"description": "lodash with typings",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartlodash.git"
},
"keywords": [
"lodash",
"typings"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartlodash/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartlodash#README",
"dependencies": {
"@types/lodash": "^4.14.68",
"@types/node": "^8.0.10",
"lodash": "^4.17.4"
},
"devDependencies": {
"tapbundle": "^1.1.1"
}
}