ionic-cordova-gulp-seed
Version:
Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.
26 lines (25 loc) • 626 B
JSON
{
"name": "ionic-cordova-gulp-seed",
"homepage": "https://github.com/jtomaszewski/ionic-cordova-gulp-seed",
"authors": [
"Jacek Tomaszewski <jacek@jtom.me>",
"driftyco"
],
"description": "Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.",
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules"
],
"dependencies": {
"ionic": "v1.0.0-beta.14",
"angulartics": "~0.17.2"
},
"devDependencies": {
"angular-mocks": "~1.3.6"
},
"resolutions": {
"angular": "1.3.6"
}
}