-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
39 lines (39 loc) · 945 Bytes
/
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
{
"name": "angular2-masonry",
"version": "0.4.0",
"description": "Angular2 component for https://github.com/desandro/masonry",
"main": "angular2-masonry.js",
"dependencies": {
"masonry-layout": "^4.1.1"
},
"devDependencies": {
"@angular/core": "^2.1.0",
"@types/core-js": "^0.9.34",
"typescript": "^2.0.3",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc -w",
"tsc": "tsc",
"tsc:w": "tsc -w"
},
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/jelgblad/angular2-masonry.git"
},
"keywords": [
"angular2",
"component",
"desandro",
"masonry"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jelgblad/angular2-masonry/issues"
},
"homepage": "https://github.com/jelgblad/angular2-masonry#readme"
}