UNPKG

angular2-data

Version:
55 lines (54 loc) 1.31 kB
{ "name": "angular2-data", "version": "0.0.4", "description": "A datastore for angular2", "main": "dist/angular2-data.umd.js", "scripts": { "build": "rollup -c rollup.config.umd.js", "pretest": "rollup -c rollup.config.test.js", "test": "jasmine build/test-bundle.js" }, "dependencies": { "angular2": "^2.0.0-beta.2", "reflect-metadata": "^0.1.2", "rxjs": "5.0.0-beta.0" }, "repository": { "type": "git", "url": "git+https://github.com/gaslight/angular2-data.git" }, "keywords": [ "angular2", "http", "rest", "ng-resource", "ngResource", "REST", "jsonapi", "data" ], "author": "Chris Nelson", "license": "MIT", "bugs": { "url": "https://github.com/gaslight/angular2-data" }, "files": [ "lib", "dist" ], "homepage": "https://github.com/gaslight/angular2-data#readme", "devDependencies": { "babel-eslint": "^5.0.0-beta6", "babel-preset-es2015-rollup": "^1.1.1", "eslint": "^1.10.3", "jasmine": "^2.4.1", "jasmine-core": "^2.4.1", "reflect-metadata": "^0.1.2", "rollup": "^0.24.1", "rollup-plugin-babel": "^2.3.9", "rollup-plugin-multi-entry": "^1.1.0", "rollup-plugin-typescript": "*", "source-map-support": "^0.4.0", "underscore": "^1.8.3" } }