-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
89 lines (89 loc) · 2.35 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "ng-masonry-grid",
"version": "1.3.0",
"description": "Angular 6+ masonry grid component with CSS3 animations on scroll.",
"scripts": {
"build": "gulp build",
"build:watch": "gulp",
"demo": "ng serve --port 4201"
},
"repository": {
"type": "git",
"url": "https://github.com/Shailu4u/ng-masonry-grid.git"
},
"author": {
"name": "Shailendra Kumar",
"email": "shailu.snist@gmail.com"
},
"keywords": [
"angular 6 masonry",
"angular2-masonry",
"masonry",
"masonry layout",
"desandro",
"angular4-masonry",
"masonry animations",
"ng2 masonry",
"ng masonry",
"ng2 masonry layout"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Shailu4u/ng-masonry-grid.git/issues"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.7.0",
"@angular/cli": "6.1.5",
"@angular/common": "6.1.7",
"@angular/compiler": "6.1.7",
"@angular/compiler-cli": "6.1.7",
"@angular/core": "6.1.7",
"@angular/platform-browser": "6.1.7",
"@angular/platform-browser-dynamic": "6.1.7",
"@angular/router": "6.1.7",
"@types/jasmine": "2.5.53",
"@types/node": "~6.0.60",
"angular-in-memory-web-api": "^0.3.2",
"codelyzer": "~3.2.0",
"concurrently": "^3.4.0",
"core-js": "^2.4.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^2.15.0",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"node-sass": "^4.5.2",
"node-sass-tilde-importer": "^1.0.0",
"protractor": "~5.4.0",
"rollup": "^0.65.2",
"run-sequence": "^2.2.1",
"rxjs": "^6.3.2",
"rxjs-compat": "^6.3.2",
"systemjs": "^0.21.4",
"ts-node": "~7.0.1",
"tslint": "~5.11.0",
"typescript": "2.9.2",
"zone.js": "^0.8.26"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"@angular/animations": "6.1.7",
"@angular/cdk": "^5.2.5",
"@angular/forms": "6.1.7",
"@angular/material": "^5.2.5",
"classlist.js": "^1.1.20150312",
"hammerjs": "^2.0.8",
"imagesloaded": "^4.1.4",
"masonry-layout": "^4.2.1",
"web-animations-js": "^2.3.1"
}
}