gulp-ionic-channels
Version:
Gulp plugin for handling multiple ionic channels/environments for a single codebase
35 lines (34 loc) • 809 B
JSON
{
"name": "gulp-ionic-channels",
"version": "0.0.4",
"description": "Gulp plugin for handling multiple ionic channels/environments for a single codebase",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/theodo/gulp-ionic-channels.git"
},
"keywords": [
"gulp",
"ionic",
"cordova",
"ionic.io",
"environments"
],
"author": "Woody Rousseau",
"license": "MIT",
"bugs": {
"url": "https://github.com/theodo/gulp-ionic-channels/issues"
},
"homepage": "https://github.com/theodo/gulp-ionic-channels",
"dependencies": {
"gulp-util": "^3.0.6",
"js-yaml": "^3.2.7",
"lodash": "^3.9.3",
"swig": "^1.4.2",
"through2": "^2.0.0"
},
"devDependencies": {
"eslint": "^1.3.1",
"jasmine-node": "^1.14.5"
}
}