source: trip-planner-front/node_modules/boolbase/package.json@ 188ee53

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

initial commit

  • Property mode set to 100644
File size: 550 bytes
Line 
1{
2 "name": "boolbase",
3 "version": "1.0.0",
4 "description": "two functions: One that returns true, one that returns false",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/fb55/boolbase"
12 },
13 "keywords": [
14 "boolean",
15 "function"
16 ],
17 "author": "Felix Boehm <me@feedic.com>",
18 "license": "ISC",
19 "bugs": {
20 "url": "https://github.com/fb55/boolbase/issues"
21 },
22 "homepage": "https://github.com/fb55/boolbase"
23}
Note: See TracBrowser for help on using the repository browser.