angular2-in-memory-web-api
Version:
An in-memory web api for Angular 2 demos and tests
75 lines (70 loc) • 2.03 kB
JSON
{
"name": "angular2-in-memory-web-api",
"version": "0.0.21",
"description": "An in-memory web api for Angular 2 demos and tests",
"main":"index.js",
"jsnext:main": "esm/index.js",
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w",
"lint": "tslint ./src/*.ts -t verbose",
"lite": "lite-server",
"live": "live-server",
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
"test": "karma start karma.conf.js",
"build-and-test": "concurrently \"npm run tsc\" \"npm run test\"",
"http-server": "tsc && http-server",
"typings": "typings"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular/in-memory-web-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/angular/in-memory-web-api/issues"
},
"homepage": "https://github.com/angular/in-memory-web-api#readme",
"peerDependencies": {
"@angular/core": "^2.0.0",
"@angular/http": "^2.0.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.25"
},
"devDependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/http": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.25",
"concurrently": "^2.1.0",
"core-js": "^2.4.1",
"lite-server": "^2.2.0",
"tslint": "^3.15.1",
"typescript": "^2.0.2",
"typings": "^1.2.0",
"canonical-path": "0.0.2",
"http-server": "^0.9.0",
"lodash": "^4.13.1",
"jasmine-core": "~2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-cli": "^1.0.0",
"karma-htmlfile-reporter": "^0.3.1",
"karma-jasmine": "^1.0.2",
"rimraf": "^2.5.2",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-task-listing": "^1.0.1",
"gulp-util": "^3.0.7",
"yargs": "^4.7.1"
}
}