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:
parent
a1505c4fb0
commit
37dc232b5b
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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user