44d42b90 by Adam Heath

Add fields and data that "npm install" is complaining about.

1 parent 70702bc6
1 This needs to be filled out.
1 { 1 {
2 "name": "grunt-monty-python", 2 "name": "grunt-monty-python",
3 "version": "2015.07.23-0", 3 "version": "2015.07.23-0",
4 "description": "Build system for grunt",
4 "license": "BSD", 5 "license": "BSD",
6 "repository": {
7 "type": "git",
8 "url":"git+ssh://git@gitlab.brainfood.com:brainfood/grunt-monty-python.git"
9 },
5 "engines": { 10 "engines": {
6 "node": ">=0.8.0" 11 "node": ">=0.8.0"
7 } 12 }
......