forked from monospaced/angular-elastic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 750 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 750 Bytes
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
{
"name": "angular-elastic",
"version": "2.5.18",
"description": "Elastic (autosize) textareas for AngularJS, without jQuery dependency.",
"keywords": [
"angular",
"angularjs",
"textarea",
"elastic",
"autosize"
],
"homepage": "http://monospaced.github.io/angular-elastic/",
"main": "elastic",
"bugs": "http://github.com/monospaced/angular-elastic/issues",
"license" : "MIT",
"repository" : {
"type" : "git",
"url" : "http://github.com/monospaced/angular-elastic"
},
"author": {
"name" : "Scott Boyle",
"email" : "scott@monospaced.com",
"url" : "http://scottboyle.co.uk/about"
},
"files": [
"elastic.js",
"package.json"
],
"dependencies": {
"angular": ">=1.0.6"
}
}