ima.js-gulp-tasks
Advanced tools
Comparing version 0.10.1 to 0.10.2
106
package.json
{ | ||
"name": "ima.js-gulp-tasks", | ||
"version": "0.10.1", | ||
"description": "Default gulp tasks for IMA.js applications.", | ||
"main": "", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/seznam/IMA.js-gulp-tasks.git" | ||
}, | ||
"keywords": [ | ||
"name": "ima.js-gulp-tasks", | ||
"version": "0.10.2", | ||
"description": "Default gulp tasks for IMA.js applications.", | ||
"main": "", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/seznam/IMA.js-gulp-tasks.git" | ||
}, | ||
"keywords": [ | ||
"gulp", | ||
@@ -18,43 +18,43 @@ "IMA.js", | ||
], | ||
"author": "Seznam.cz, a.s.", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/seznam/IMA.js-gulp-tasks/issues" | ||
}, | ||
"publishConfig": { | ||
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"homepage": "https://github.com/seznam/IMA.js-gulp-tasks", | ||
"devDependencies": { | ||
"babelify": "^6.3.0", | ||
"browserify": "^11.2.0", | ||
"del": "^2.0.2", | ||
"event-stream": "^3.3.2", | ||
"fb-flo": "^0.5.0", | ||
"gulp": "^3.9.0", | ||
"gulp-autoprefixer": "^3.1.0", | ||
"gulp-babel": "^5.3.0", | ||
"gulp-cached": "^1.1.0", | ||
"gulp-change": "^1.0.0", | ||
"gulp-concat": "^2.6.0", | ||
"gulp-eslint": "^1.0.0", | ||
"gulp-if": "^2.0.0", | ||
"gulp-insert": "^0.5.0", | ||
"gulp-less": "^3.0.3", | ||
"gulp-live-server": "0.0.29", | ||
"gulp-messageformat": "0.0.10", | ||
"gulp-minify-css": "^1.2.1", | ||
"gulp-plumber": "^1.0.1", | ||
"gulp-remember": "^0.3.0", | ||
"gulp-save": "^1.2.1", | ||
"gulp-sourcemaps": "^1.6.0", | ||
"gulp-sweetjs": "^0.6.0", | ||
"gulp-uglify": "^1.4.2", | ||
"gulp-util": "^3.0.7", | ||
"gulp-watch": "^4.3.5", | ||
"gulp-yuidoc": "^0.1.2", | ||
"karma": "^0.13.11", | ||
"run-sequence": "^1.1.4", | ||
"vinyl-source-stream": "^1.1.0" | ||
} | ||
"author": "Seznam.cz, a.s.", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/seznam/IMA.js-gulp-tasks/issues" | ||
}, | ||
"publishConfig": { | ||
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"homepage": "https://github.com/seznam/IMA.js-gulp-tasks", | ||
"devDependencies": { | ||
"babelify": "^6.3.0", | ||
"browserify": "^11.2.0", | ||
"del": "^2.1.0", | ||
"event-stream": "^3.3.2", | ||
"fb-flo": "^0.5.0", | ||
"gulp": "^3.9.0", | ||
"gulp-autoprefixer": "^3.1.0", | ||
"gulp-babel": "^5.3.0", | ||
"gulp-cached": "^1.1.0", | ||
"gulp-change": "^1.0.0", | ||
"gulp-concat": "^2.6.0", | ||
"gulp-eslint": "^1.1.0", | ||
"gulp-if": "^2.0.0", | ||
"gulp-insert": "^0.5.0", | ||
"gulp-less": "^3.0.5", | ||
"gulp-live-server": "0.0.29", | ||
"gulp-messageformat": "0.0.10", | ||
"gulp-minify-css": "^1.2.1", | ||
"gulp-plumber": "^1.0.1", | ||
"gulp-remember": "^0.3.0", | ||
"gulp-save": "^1.2.1", | ||
"gulp-sourcemaps": "^1.6.0", | ||
"gulp-sweetjs": "^0.6.0", | ||
"gulp-uglify": "^1.5.1", | ||
"gulp-util": "^3.0.7", | ||
"gulp-watch": "^4.3.5", | ||
"gulp-yuidoc": "^0.1.2", | ||
"karma": "^0.13.15", | ||
"run-sequence": "^1.1.4", | ||
"vinyl-source-stream": "^1.1.0" | ||
} | ||
} |
@@ -80,4 +80,8 @@ | ||
replace: '/**$1$2*/' | ||
}, | ||
{ | ||
pattern: /@(type|param|return)\s{([^{}]*){([^{}]*)}([^{}]*)}/g, | ||
replace: '@$1 {$2{$3}$4}' | ||
} | ||
]; | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20842
605