Skip to content

Instantly share code, notes, and snippets.

@NickToye
Created September 1, 2015 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NickToye/898d6f6f1c7c6537630d to your computer and use it in GitHub Desktop.
Save NickToye/898d6f6f1c7c6537630d to your computer and use it in GitHub Desktop.
{
"name": "anon",
"version": "1.0.0",
"description": "Anon package.json file, very basic",
"author": "Nick Toye <nick.toye@anon.co.uk>",
"scripts": { "test": "node test/all.js" },
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "http://gitlab.sofaworks.co.uk/nick.toye/sw-mercury.git"
},
"bugs": {
"url": "http://gitlab.sofaworks.co.uk/nick.toye/sw-mercury/issues"
},
"keywords": [
"sass",
"handlebars",
"bootstrap"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-assemble": "~0.4.0",
"grunt-autoprefixer": "^1.0.1",
"grunt-browser-sync": "^1.5.3",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-css-metrics": "^0.1.2",
"grunt-css-url-embed": "^1.5.1",
"grunt-csspretty": "^0.3.3",
"grunt-imageoptim": "^1.4.1",
"grunt-load-perf": "^0.1.1",
"grunt-modernizr": "~0.6.0",
"grunt-newer": "^0.8.0",
"grunt-notify": "^0.4.1",
"grunt-px-to-rem": "^0.3.2",
"grunt-sass-directory-import": "^0.1.3",
"grunt-stripmq": "0.0.6",
"grunt-stylestats": "^0.1.3",
"grunt-uncss": "^0.3.7",
"jshint-stylish": "^2.0.1",
"load-grunt-config": "^0.16.0",
"time-grunt": "^1.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment