main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
550 bytes
|
Rev | Line | |
---|
[79a0317] | 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.