ima.js-gulp-tasks
Advanced tools
Comparing version 0.10.3 to 0.10.4
132
package.json
{ | ||
"name": "ima.js-gulp-tasks", | ||
"version": "0.10.3", | ||
"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.4", | ||
"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,50 +18,62 @@ "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": { | ||
"babel-core": "^6.2.1", | ||
"babel-plugin-external-helpers-2": "^6.1.18", | ||
"babel-plugin-transform-es2015-modules-systemjs": "^6.1.18", | ||
"babel-plugin-transform-react-constant-elements": "^6.1.20", | ||
"babel-plugin-transform-react-inline-elements": "^6.1.20", | ||
"babel-preset-es2015": "^6.1.18", | ||
"babel-preset-react": "^6.1.18", | ||
"babelify": "^7.2.0", | ||
"browserify": "^12.0.1", | ||
"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": "^6.1.0", | ||
"gulp-cached": "^1.1.0", | ||
"gulp-change": "^1.0.0", | ||
"gulp-concat": "^2.6.0", | ||
"gulp-eslint": "^1.1.1", | ||
"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.5", | ||
"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": { | ||
"babel-core": "^6.2.1", | ||
"babel-plugin-external-helpers-2": "^6.1.18", | ||
"babel-plugin-transform-es2015-modules-systemjs": "^6.1.18", | ||
"babel-plugin-transform-react-constant-elements": "^6.1.20", | ||
"babel-plugin-transform-react-inline-elements": "^6.1.20", | ||
"babel-preset-es2015": "^6.1.18", | ||
"babel-preset-react": "^6.1.18", | ||
"babelify": "^7.2.0", | ||
"browserify": "^12.0.1", | ||
"del": "^2.1.0", | ||
"eslint": "^1.9.0", | ||
"eslint-plugin-react": "^3.8.0", | ||
"event-stream": "^3.3.2", | ||
"fb-flo": "^0.5.0", | ||
"fibers": "^1.0.6", | ||
"gulp": "^3.9.0", | ||
"gulp-autoprefixer": "^3.1.0", | ||
"gulp-babel": "^6.1.0", | ||
"gulp-cached": "^1.1.0", | ||
"gulp-change": "^1.0.0", | ||
"gulp-command": "git://github.com/mjancarik/gulp-command.git#c8dd057e242b6c35cf1bca796e7561a8f22ccc11", | ||
"gulp-concat": "^2.6.0", | ||
"gulp-eslint": "^1.1.1", | ||
"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", | ||
"jasmine": "^2.3.2", | ||
"jasmine-core": "^2.3.4", | ||
"karma": "^0.13.15", | ||
"karma-browserstack-launcher": "^0.1.7", | ||
"karma-chrome-launcher": "^0.2.1", | ||
"karma-firefox-launcher": "^0.1.7", | ||
"karma-jasmine": "^0.3.6", | ||
"karma-opera-launcher": "^0.3.0", | ||
"karma-phantomjs-launcher": "^0.2.1", | ||
"run-sequence": "^1.1.5", | ||
"vinyl-source-stream": "^1.1.0" | ||
} | ||
} |
21979
49