UNPKG

ng-server

Version:

A NodeJs server for Angular 2 applications

35 lines (34 loc) 842 B
{ "name": "ng-server", "version": "1.0.7-BETA", "description": "A NodeJs server for Angular 2 applications", "main": "./lib/ng-server", "scripts": { "start": "node ./bin/ng-server", "pretest": "common bin/http-server lib/ test" }, "repository": { "type": "git", "url": "git+https://github.com/JonhatanHaisi/ng-server.git" }, "keywords": [ "Angular", "Server" ], "author": "Jonhatan Haisi", "license": "ISC", "bugs": { "url": "https://github.com/JonhatanHaisi/ng-server/issues" }, "homepage": "https://github.com/JonhatanHaisi/ng-server#readme", "dependencies": { "colors": "^1.1.2", "express": "^4.14.0", "optimist": "^0.6.1", "portfinder": "^1.0.10" }, "preferGlobal": true, "bin": { "ng-server": "./bin/ng-server" } }