mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
set up package.json for npm publishing
This commit is contained in:
12
package.json
12
package.json
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user