Skip to content

Instantly share code, notes, and snippets.

@gpincheiraa
Created August 10, 2016 04:59
Show Gist options
  • Save gpincheiraa/f4092f23b12572cec27957ab0e136755 to your computer and use it in GitHub Desktop.
Save gpincheiraa/f4092f23b12572cec27957ab0e136755 to your computer and use it in GitHub Desktop.
{
"name": "countries-app",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.4",
"cucumber": "^1.2.1",
"es6-promise": "^3.1.2",
"grunt": "^0.4.5",
"grunt-angular-templates": "^1.0.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-htmlmin": "^1.3.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-injector": "^0.6.1",
"grunt-open": "^0.2.3",
"grunt-postcss": "^0.8.0",
"grunt-shell": "^1.2.1",
"grunt-wiredep": "^3.0.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.21",
"karma-coverage": "~1.0.0",
"karma-jasmine": "~1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "~1.0.5",
"karma-spec-reporter": "0.0.26",
"load-grunt-tasks": "^3.4.1",
"protractor-cucumber-framework": "^0.6.0",
"sanitize-filename": "^1.6.0",
"sinon": "^1.17.3",
"wiredep": "^4.0.0",
"chromedriver": "~2.21.2",
"chai": "~3.5.0",
"chai-as-promised": "~5.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment