46 lines
1001 B
JSON
Executable File
46 lines
1001 B
JSON
Executable File
{
|
|
"name": "oclazyload",
|
|
"version": "0.6.3",
|
|
"description": "Load modules on demand (lazy load) with angularJS",
|
|
"main": "dist/ocLazyLoad.min.js",
|
|
"homepage": "https://github.com/ocombe/ocLazyLoad",
|
|
"authors": [
|
|
"Olivier Combe <olivier.combe@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"lazy load",
|
|
"lazy-load",
|
|
"load on demand",
|
|
"module",
|
|
"angular",
|
|
"angularJS"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"src",
|
|
"gulpfile.js",
|
|
"package.json",
|
|
"changelog.js",
|
|
"validate-commit-msg.js",
|
|
"tests",
|
|
"karma.conf.js"
|
|
],
|
|
"devDependencies": {
|
|
"angular-mocks": "~1.3.2"
|
|
},
|
|
"dependencies": {
|
|
"angular": ">=1.2.0 <=1.4.0"
|
|
},
|
|
"_release": "0.6.3",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "0.6.3",
|
|
"commit": "65807002e12b35a98658977de67d3481571f1d5f"
|
|
},
|
|
"_source": "git://github.com/ocombe/ocLazyLoad.git",
|
|
"_target": "~0.6.3",
|
|
"_originalSource": "oclazyload"
|
|
} |