source: trip-planner-front/node_modules/uniqs/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 412 bytes
Line 
1{
2 "name": "uniqs",
3 "version": "2.0.0",
4 "description": "Tiny utility to create unions and de-duplicated lists",
5 "keywords": [
6 "unique",
7 "uniq",
8 "dedupe",
9 "union"
10 ],
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/fgnass/uniqs.git"
14 },
15 "main": "index.js",
16 "scripts": {
17 "test": "node test"
18 },
19 "author": "Felix Gnass <fgnass@gmail.com>",
20 "license": "MIT"
21}
Note: See TracBrowser for help on using the repository browser.