smartlodash/package.json

33 lines
704 B
JSON
Raw Normal View History

2017-03-24 00:42:59 +00:00
{
"name": "smartlodash",
2017-07-12 12:39:20 +00:00
"version": "1.0.1",
2017-03-24 00:42:59 +00:00
"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": {
2017-07-12 12:39:10 +00:00
"@types/lodash": "^4.14.68",
"@types/node": "^8.0.10",
2017-03-24 00:42:59 +00:00
"lodash": "^4.17.4"
2017-07-12 12:39:10 +00:00
},
"devDependencies": {
"tapbundle": "^1.1.1"
2017-03-24 00:42:59 +00:00
}
}