32 lines
749 B
JSON
32 lines
749 B
JSON
{
|
|
"name": "angular-elastic",
|
|
"version": "2.4.2",
|
|
"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"
|
|
}
|
|
} |