|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
900 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "detect-port-alt",
|
|---|
| 3 | "version": "1.1.6",
|
|---|
| 4 | "description": "detect available port",
|
|---|
| 5 | "keywords": [
|
|---|
| 6 | "detect",
|
|---|
| 7 | "port"
|
|---|
| 8 | ],
|
|---|
| 9 | "bin": {
|
|---|
| 10 | "detect": "./bin/detect-port",
|
|---|
| 11 | "detect-port": "./bin/detect-port"
|
|---|
| 12 | },
|
|---|
| 13 | "main": "index.js",
|
|---|
| 14 | "repository": {
|
|---|
| 15 | "type": "git",
|
|---|
| 16 | "url": "git://github.com/node-modules/detect-port.git"
|
|---|
| 17 | },
|
|---|
| 18 | "dependencies": {
|
|---|
| 19 | "address": "^1.0.1",
|
|---|
| 20 | "debug": "^2.6.0"
|
|---|
| 21 | },
|
|---|
| 22 | "devDependencies": {
|
|---|
| 23 | "command-line-test": "^1.0.8",
|
|---|
| 24 | "egg-bin": "^1.10.3",
|
|---|
| 25 | "egg-ci": "^1.1.0",
|
|---|
| 26 | "eslint": "^3.13.1",
|
|---|
| 27 | "eslint-config-egg": "^3.1.0",
|
|---|
| 28 | "pedding": "^1.1.0"
|
|---|
| 29 | },
|
|---|
| 30 | "scripts": {
|
|---|
| 31 | "test": "egg-bin test",
|
|---|
| 32 | "ci": "npm run lint && egg-bin cov",
|
|---|
| 33 | "lint": "eslint ."
|
|---|
| 34 | },
|
|---|
| 35 | "engines": {
|
|---|
| 36 | "node": ">= 4.2.1"
|
|---|
| 37 | },
|
|---|
| 38 | "ci": {
|
|---|
| 39 | "version": "4, 6, 7"
|
|---|
| 40 | },
|
|---|
| 41 | "homepage": "https://github.com/node-modules/detect-port",
|
|---|
| 42 | "license": "MIT"
|
|---|
| 43 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.