-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1005 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
40
41
42
{
"name": "angular-fixed-aspect-img",
"version": "2.0.2",
"description": "AngularJS component for a fixed aspect ratio container for an image",
"main": "dist/angular-fixed-aspect-img.cjs.js",
"module": "dist/angular-fixed-aspect-img.esm.js",
"browser": "dist/angular-fixed-aspect-img.umd.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"keywords": [
"angular",
"angularjs",
"fixed",
"aspect",
"ratio",
"image",
"img"
],
"author": "j-d-b <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/j-d-b/angular-fixed-aspect-img.git"
},
"license": "MIT",
"dependencies": {},
"peerDependencies": {
"angular": "^1.5.2"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"rollup": "^1.6.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-node-resolve": "^4.0.1"
},
"files": [
"dist"
]
}