Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tjchaplin/5890265 to your computer and use it in GitHub Desktop.
Save tjchaplin/5890265 to your computer and use it in GitHub Desktop.
{
"name": "sample",
"description": "A sample package",
"version": "0.0.0",
"author": "Tim Chaplin <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/<SOMEPROJECTNAME>.git"
},
"homepage": "https://github.com/<SOMEPROJECTNAME>.git",
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-watch": "~0.4.0",
"grunt-release": "~0.3.3"
},
"browserDependencies": {},
"keywords": [],
"engines": {
"node": ">= 0.2.0"
},
"main": "./index.js",
"directories": {
"test": "tests",
"lib": "lib"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha tests/* --reporter spec"
},
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment