|
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:
607 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "detect-node",
|
|---|
| 3 | "version": "2.1.0",
|
|---|
| 4 | "description": "Detect Node.JS (as opposite to browser environment) (reliable)",
|
|---|
| 5 | "main": "index.js",
|
|---|
| 6 | "module": "index.esm.js",
|
|---|
| 7 | "browser": "browser.js",
|
|---|
| 8 | "scripts": {
|
|---|
| 9 | "test": "echo \"Error: no test specified\" && exit 1"
|
|---|
| 10 | },
|
|---|
| 11 | "repository": {
|
|---|
| 12 | "type": "git",
|
|---|
| 13 | "url": "https://github.com/iliakan/detect-node"
|
|---|
| 14 | },
|
|---|
| 15 | "keywords": [
|
|---|
| 16 | "detect",
|
|---|
| 17 | "node"
|
|---|
| 18 | ],
|
|---|
| 19 | "author": "Ilya Kantor",
|
|---|
| 20 | "license": "MIT",
|
|---|
| 21 | "bugs": {
|
|---|
| 22 | "url": "https://github.com/iliakan/detect-node/issues"
|
|---|
| 23 | },
|
|---|
| 24 | "homepage": "https://github.com/iliakan/detect-node"
|
|---|
| 25 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.