-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "ionic2-autosize",
"version": "1.1.2",
"description": "Directive that automatically adjusts textarea height to fit content",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"ngc": "ngc",
"build": "rm -rf aot dist && npm run ngc",
"publishPackage": "npm run build && npm publish"
},
"keywords": [
"ng2",
"angular",
"angular2",
"autosize",
"textarea",
"elastic",
"height",
"@angular"
],
"repository": {
"type": "git",
"url": "git+https://github.com/flivni/ionic2-autosize.git"
},
"contributors": [
"Zeb Burke-Conte <[email protected]> (http://zebburkeconte.com)",
"Felix Livni <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/flivni/ionic2-autosize/issues"
},
"homepage": "https://github.com/flivni/ionic2-autosize#readme",
"peerDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@types/node": "^6.0.49",
"rxjs": ">=5.0.0-beta.12",
"typescript": "^2.0.3"
}
}