generator-appverse-ionic
Version:
Appverse Ionic generator
76 lines (75 loc) • 2.11 kB
JSON
{
"name": "<%=appName%>",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "user/repo"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"chrome-remote-interface": "0.9.0",
"grunt": "0.4.5",
"grunt-browser-sync": "2.1.3",
"grunt-concurrent": "1.0.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "0.13.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-cssmin": "0.12.2",
"grunt-contrib-htmlmin": "0.4.0",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-uglify": "0.9.1",
"grunt-contrib-watch": "0.6.1",
"grunt-http-upload": "^0.1.8",
"grunt-include-source": "^0.7.1",
"grunt-istanbul": "^0.3.0",
"grunt-jscs": "^2.1.0",
"grunt-karma": "0.12.1",
"grunt-license-report": "0.0.8",
"grunt-ng-annotate": "0.10.0",
"grunt-postcss": "^0.6.0",
"grunt-release": "^0.13.0",
"grunt-replace": "^0.9.2",
"grunt-rev": "0.1.0",
"grunt-sass": "1.1.0",
"grunt-shell": "^1.1.2",
"grunt-usemin": "3.0.0",
"grunt-wiredep": "^2.0.0",
"istanbul": "^0.3.17",
"jasmine-core": "2.2.0",
"jasmine-reporters": "^2.0.7",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.0",
"karma-chrome-launcher": "0.1.8",
"karma-coverage": "0.3.1",
"karma-jasmine": "0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-notify-reporter": "^0.1.1",
"karma-phantomjs-launcher": "0.1.4",
"karma-sinon": "^1.0.4",
"load-grunt-configs": "0.4.3",
"load-grunt-tasks": "3.1.0",
"lodash": "3.7.0",
"ng-describe": "^1.4.1",
"opn": "^4.0.1",
"phantomjs": "^2.1.7",
"plist": "^1.1.0",
"promise": "^7.0.1",
"protractor": "^3.3.0",
"q": "^1.4.1",
"sinon": "^1.17.2",
"time-grunt": "1.1.1"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.4.5"
},
"scripts": {
"postinstall": "node node_modules/protractor/bin/webdriver-manager update",
"test": "grunt test"
},
"dependencies": {
"chrome-user-data-dir": "^0.1.1"
}
}