Skip to content

Instantly share code, notes, and snippets.

@rianby64
Last active January 18, 2016 11:46
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 rianby64/fe48170397b3727bab6b to your computer and use it in GitHub Desktop.
Save rianby64/fe48170397b3727bab6b to your computer and use it in GitHub Desktop.
A package.json example for Apolog
{
"name": "example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jasmine"
},
"license": "ISC",
"devDependencies": {
"apolog": "0.0.5",
"jasmine": "^2.4.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment