package.json 2.64 KB
{
  "_args": [
    [
      "lite-server@^2.2.2",
      "D:\\100-PROJECTS\\Angular\\quickstart"
    ]
  ],
  "_from": "lite-server@>=2.2.2 <3.0.0",
  "_id": "lite-server@2.2.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/lite-server",
  "_nodeVersion": "6.2.2",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/lite-server-2.2.2.tgz_1466894991041_0.2787389624863863"
  },
  "_npmUser": {
    "email": "john@johnpapa.net",
    "name": "johnpapa"
  },
  "_npmVersion": "2.14.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "lite-server",
    "raw": "lite-server@^2.2.2",
    "rawSpec": "^2.2.2",
    "scope": null,
    "spec": ">=2.2.2 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/lite-server/-/lite-server-2.2.2.tgz",
  "_shasum": "4644afe6c9146d850cfa0ad9a86a94f87156499e",
  "_shrinkwrap": null,
  "_spec": "lite-server@^2.2.2",
  "_where": "D:\\100-PROJECTS\\Angular\\quickstart",
  "bin": {
    "lite-server": "./bin/lite-server"
  },
  "bugs": {
    "url": "https://github.com/johnpapa/lite-server/issues"
  },
  "contributors": [
    {
      "email": "john@johnpapa.net",
      "name": "John Papa"
    },
    {
      "email": "cgmartin@gmail.com",
      "name": "Christopher Martin"
    }
  ],
  "dependencies": {
    "browser-sync": "^2.12.3",
    "connect-history-api-fallback": "^1.2.0",
    "connect-logger": "0.0.1",
    "lodash": "^4.11.1",
    "minimist": "1.2.0"
  },
  "description": "Lightweight development node server for serving a web app, providing a fallback for browser history API, loading in the browser, and injecting scripts on the fly.",
  "devDependencies": {
    "eslint": "^2.8.0",
    "istanbul": "^0.4.3",
    "mocha": "^2.4.5",
    "mockery": "^1.6.2",
    "sinon": "^1.17.3"
  },
  "directories": {},
  "dist": {
    "shasum": "4644afe6c9146d850cfa0ad9a86a94f87156499e",
    "tarball": "https://registry.npmjs.org/lite-server/-/lite-server-2.2.2.tgz"
  },
  "gitHead": "27c0d5bfe417f6b469ced687fb288cfb7f178df5",
  "homepage": "https://github.com/johnpapa/lite-server#readme",
  "keywords": [
    "angular",
    "spa",
    "static",
    "server",
    "development"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "john@johnpapa.net",
      "name": "johnpapa"
    }
  ],
  "name": "lite-server",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johnpapa/lite-server.git"
  },
  "scripts": {
    "test": "eslint *.js lib/*.js && istanbul cover _mocha -- -R spec"
  },
  "version": "2.2.2"
}