-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.81 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@orbit/json-api-store",
"version": "3.2.4",
"description": "Store that allows you interact with JSON API backend",
"scripts": {
"clean": "rimraf dist coverage",
"build": "ngc -p config/tsconfig.build.json",
"test": "karma start",
"test:watch": "yarn run test -- --auto-watch --no-single-run"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "OrbitSoft LLC <support@orbitsoft.com>",
"contributors": [
"Sergey Revenko <sergey.revenko@orbitsoft.com>"
],
"license": "UNLICENSED",
"publishConfig": {
"registry": "http://npm.orbita1.ru:4873",
"access": "restricted"
},
"peerDependencies": {
"@angular/core": "^6.1.4",
"@angular/http": "^6.1.4"
},
"devDependencies": {
"@angular/common": "^6.1.4",
"@angular/compiler": "^6.1.4",
"@angular/compiler-cli": "^6.1.4",
"@angular/core": "^6.1.4",
"@angular/http": "^6.1.4",
"@angular/platform-browser": "^6.1.4",
"@angular/platform-browser-dynamic": "^6.1.4",
"@types/jasmine": "^2.5.46",
"@types/node": "^7.0.8",
"awesome-typescript-loader": "^3.1.2",
"clean-webpack-plugin": "^0.1.16",
"codelyzer": "^3.0.0-beta.4",
"core-js": "^2.4.1",
"istanbul-instrumenter-loader": "^2.0.0",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.3",
"karma-remap-coverage": "^0.1.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"reflect-metadata": "^0.1.10",
"rimraf": "^2.6.1",
"rxjs": "^6.2.2",
"source-map-loader": "^0.2.0",
"ts-helpers": "^1.1.2",
"tslint": "^5.0.0",
"tslint-loader": "^3.4.3",
"typescript": "^2.2.1",
"webpack": "^2.2.1",
"zone.js": "^0.8.4"
}
}