-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 KB
/
package.json
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
{
"name": "angular2-resource-preloader",
"version": "0.0.4",
"scripts": {
"build": "ngc -p tsconfig.json",
"lint": "tslint --type-check --project tsconfig.json src/**/*.ts",
"test": "tsc && karma start",
"prepublish": "tsc",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/Mourdraug/Angular2-Resource-Preloader.git"
},
"author": {
"name": "Krzysztof Kowalczyk",
"email": "krzysiek264@gmail.com"
},
"keywords": [
"angular"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Mourdraug/Angular2-Resource-Preloader/issues"
},
"main": "./dist/preload.module.js",
"types": "./dist/preload.module.d.ts",
"dependencies": {
"m-collections": ">=0.0.1"
},
"devDependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.4.5",
"@angular/compiler-cli": "^2.4.5",
"@angular/core": "^2.0.0",
"@angular/platform-browser": "^2.4.5",
"@angular/platform-server": "^2.4.5",
"codelyzer": "^3.0.0-beta.0",
"rxjs": "^5.0.1",
"tslint": "^4.5.1",
"typescript": "^2.0.2",
"zone.js": "0.7.2",
"@types/es6-shim": "^0.31.32",
"@types/jasmine": "^2.5.40",
"@types/selenium-webdriver": "^2.53.39"
},
"engines": {
"node": ">=0.8.0"
}
}