Skip to content

Commit

Permalink
Merge pull request #9 from therebelrobot/feature/browserify-npm-integ…
Browse files Browse the repository at this point in the history
…ration

Added package.json for NPM publishing
  • Loading branch information
matthewkremer committed Apr 22, 2015
2 parents 5c65a6a + 93d342b commit 5fda40b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "emptyjs",
"version": "1.0.0",
"description": "A JavaScript Framework that stays out of your way.",
"main": "empty.js",
"repository": {
"type": "git",
"url": "https://github.com/matthewkremer/emptyjs.git"
},
"keywords": [
"empty",
"nothing",
"nada",
"zip",
"zilch",
"framework",
"mvc",
"mvvm",
"mvstar",
"mmmmmmm",
"js",
"javascript",
"node",
"awesome"
],
"author": "Matt Kremer <matt@mattkremer.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthewkremer/emptyjs/issues"
},
"homepage": "https://github.com/matthewkremer/emptyjs"
}

0 comments on commit 5fda40b

Please sign in to comment.