-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 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
{
"name": "tiny-ng-store",
"version": "3.0.1",
"description": "Tiny RxJS store for @angular",
"main": "tiny-ng-store.js",
"scripts": {
"test": "karma start karma.conf.js",
"build": "gulp index-ts-rename && tsc -m umd && gulp umd && tsc && gulp",
"build-test": "tsc ./spec/tiny-ng-store.spec.ts -lib es6,dom --experimentalDecorators true"
},
"bugs": "https://github.com/JScearcy/tiny-ng-store/issues",
"keywords": [
"Angular2",
"RxJS",
"Data Store"
],
"author": "JakeS",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/JScearcy/tiny-ng-store.git"
},
"peerDependencies": {
"@angular/core": "^2.0.0 || ^4.0.0",
"rxjs": "^5.0.0-beta.12"
},
"devDependencies": {
"@types/core-js": "^0.9.41",
"@types/jasmine": "^2.5.47",
"better-spawn": "^0.3.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-uglify": "^1.5.3",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-traceur-preprocessor": "^1.0.0",
"live-server": "^1.0.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"systemjs": "^0.19.31",
"traceur": "0.0.111",
"zone.js": "^0.6.12"
}
}