Skip to content

Instantly share code, notes, and snippets.

@ivanoats
Created March 3, 2014 06:48
Show Gist options
  • Save ivanoats/9319667 to your computer and use it in GitHub Desktop.
Save ivanoats/9319667 to your computer and use it in GitHub Desktop.
{
"name": "book_code",
"version": "0.0.0",
"description": "example code from JavaScript Web Applications by Alex MacCaw",
"main": "app.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"browserify": "~3.31.2",
"grunt": "~0.4.2",
"grunt-browserify": "~1.3.1",
"debowerify": "~0.6.0"
},
"devDependencies": {
"grunt-browserify": "~1.3.1"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/ivanoats/jswa.git"
},
"author": "Ivan Storck",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "3ed0d68aa1f65b4ea749906309eaaf15ecd66164",
"bugs": {
"url": "https://github.com/ivanoats/jswa/issues"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment