1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

set up package.json for npm publishing

This commit is contained in:
Dustin Diaz 2011-04-27 15:17:11 -07:00
parent a1505c4fb0
commit 37dc232b5b

View File

@ -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"
}