smartlodash/package.json

29 lines
620 B
JSON
Raw Normal View History

2017-03-24 00:42:59 +00:00
{
"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.56",
"lodash": "^4.17.4"
}
}