smartunique/package.json
2017-07-17 17:01:10 +02:00

36 lines
683 B
JSON

{
"name": "smartunique",
"version": "1.0.4",
"description": "make things unique",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/pushrocks/smartunique.git"
},
"keywords": [
"unique",
"key",
"uuid",
"shortid",
"lossless",
"pushrocks",
"TypeScript"
],
"devDependencies": {
"tapbundle": "^1.0.13"
},
"dependencies": {
"@types/shortid": "^0.0.29",
"@types/uuid": "^3.0.0",
"shortid": "^2.2.8",
"typings-global": "^1.0.16",
"uuid": "^3.1.0"
}
}