set up package.json for npm publishing

pull/1/head
Dustin Diaz 13 years ago
parent a1505c4fb0
commit 37dc232b5b

@ -0,0 +1,12 @@
{
"name": "bowser",
"description": "a browser detector",
"version": "0.0.1",
"homepage": "https://github.com/ded/bowser",
"author": "Dustin Diaz <@ded>",
"repository": {
"type": "git",
"url": "https://github.com/ded/bowser.git"
},
"main": "./bowser.js"
}
Loading…
Cancel
Save