Commit 88695974 authored by bingchuan's avatar bingchuan

[dev] version 1.1.0

parents
Pipeline #71 failed with stages
{
"name": "oclazyload",
"version": "1.1.0",
"description": "Load modules on demand (lazy load) with angularJS",
"main": "dist/ocLazyLoad.js",
"homepage": "https://github.com/ocombe/ocLazyLoad",
"authors": [
"Olivier Combe <olivier.combe@gmail.com>"
],
"license": "MIT",
"keywords": [
"lazy load",
"lazy-load",
"lazyload",
"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",
"examples"
],
"devDependencies": {
"angular-mocks": ">=1.2.0"
},
"dependencies": {
"angular": ">=1.2.0"
}
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment