mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-16 16:27:12 +10:00
41 lines
890 B
JSON
41 lines
890 B
JSON
{
|
|
"name": "angular-retina",
|
|
"filename": "angular-retina.min.js",
|
|
"description": "Replace AngularJS directive 'ng-src' by a version which supports Retina displays",
|
|
"version": "0.3.1",
|
|
"npmName": "angular-retina",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/dist/",
|
|
"files": [
|
|
"*.js"
|
|
]
|
|
}
|
|
],
|
|
"files": [
|
|
"dist/angular-retina.js",
|
|
"dist/angular-retina.min.js"
|
|
],
|
|
"homepage": "https://github.com/jrief/angular-retina",
|
|
"author": {
|
|
"name": "Jacob Rief",
|
|
"email": "jacob.rief@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jrief/angular-retina.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/jrief/angular-retina/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"keywords": [
|
|
"angularjs",
|
|
"ngSrc",
|
|
"Retina",
|
|
"high resolution image"
|
|
]
|
|
} |