smartunique/package.json

23 lines
460 B
JSON
Raw Normal View History

2017-07-14 15:18:15 +00:00
{
"name": "smartunique",
2017-07-14 16:54:09 +00:00
"version": "1.0.4",
2017-07-14 15:18:15 +00:00
"description": "make things unique",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"devDependencies": {
"tapbundle": "^1.0.13"
},
"dependencies": {
2017-07-14 16:53:10 +00:00
"@types/shortid": "^0.0.29",
"@types/uuid": "^3.0.0",
"shortid": "^2.2.8",
"typings-global": "^1.0.16",
"uuid": "^3.1.0"
2017-07-14 15:18:15 +00:00
}
}