|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
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.