Skip to content

Instantly share code, notes, and snippets.

@francisrupert
Created March 18, 2016 00:45
Show Gist options
  • Save francisrupert/021c5a480e02d9977398 to your computer and use it in GitHub Desktop.
Save francisrupert/021c5a480e02d9977398 to your computer and use it in GitHub Desktop.
{
"name": "foofoo",
"description": "Lorem ipsum dolor sit amet",
"version": "0.1.0",
"private": true,
"devDependencies": {
"grunt": "^0.4.2",
"grunt-browser-sync": "^2.0.0",
"grunt-concurrent": "^0.4.3",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.1.0",
"grunt-scss-lint": "^0.3.8",
"grunt-text-replace": "^0.3.12",
"load-grunt-tasks": "^3.4.1",
"node-sass": "^3.4.2",
"time-grunt": "^1.3.0"
},
"dependencies": {
"foo-thing": "^0.0.1"
},
"scripts": {
"start": "grunt"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment