You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
570 B
30 lines
570 B
{ |
|
"name": "loadjs", |
|
"version": "4.2.0", |
|
"license": "MIT", |
|
"authors": [ |
|
"Andres Morey <andres@muicss.com>" |
|
], |
|
"homepage": "https://github.com/muicss/loadjs", |
|
"description": "LoadJS is a tiny async loader for modern browsers.", |
|
"main": [ |
|
"dist/loadjs.js" |
|
], |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/muicss/loadjs.git" |
|
}, |
|
"keywords": [ |
|
"async loader", |
|
"dependency manager" |
|
], |
|
"dependencies": { |
|
}, |
|
"ignore": [ |
|
"examples", |
|
"gulpfile.js", |
|
"package.json", |
|
"test", |
|
"umd-templates" |
|
] |
|
}
|
|
|