forked from m43nu/angular-auto-height
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 834 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
{
"name": "angular-auto-height",
"version": "0.1.0",
"description": "An AngularJS directive to automatically adjust the height of an element corresponding to the parent and siblings.",
"browser": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/m43nu/angular-auto-height.git"
},
"keywords": [
"angular",
"js",
"twy",
"auto",
"height",
"angularjs"
],
"author": "Emanuel Imhof <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/m43nu/angular-auto-height/issues"
},
"homepage": "https://github.com/m43nu/angular-auto-height#readme",
"peerDependencies": {
"angular": ">=1.2.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-nuget-pack": "0.0.6",
"gulp-uglify": "^1.4.2"
}
}