-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.45 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
51
52
53
54
55
56
57
{
"name": "com.ebase.eox",
"version": "1.0.0",
"description": "EOX",
"main": "index.js",
"dependencies": {
"@angular/common": "^2.4.9",
"@angular/compiler": "^2.4.9",
"@angular/core": "^2.4.9",
"@angular/flex-layout": "^2.0.0-beta.5",
"@angular/forms": "^2.4.9",
"@angular/http": "^2.4.9",
"@angular/material": "^2.0.0-beta.2",
"@angular/platform-browser": "^2.4.9",
"@angular/platform-browser-dynamic": "^2.4.9",
"@angular/router": "^3.4.9",
"@ngx-translate/core": "^6.0.0",
"@ngx-translate/http-loader": "0.0.2",
"@types/node": "^7.0.5",
"angular2-cookie": "^1.2.6",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"rxjs": "^5.2.0",
"systemjs": "^0.20.7",
"zone.js": "^0.7.6"
},
"devDependencies": {
"codelyzer": "^2.0.1",
"fs-extra": "^2.0.0",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-filter": "^5.0.0",
"gulp-foreach": "^0.1.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-typescript": "^3.1.5",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"multimatch": "^2.1.0",
"through2": "^2.0.3",
"tslint": "^4.5.1",
"typescript": "^2.2.1",
"vinyl-fs": "^2.4.4",
"yargs": "^6.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"eox",
"ebase"
],
"author": "Roman Smushkevich",
"license": "ISC"
}