Add package.json

This commit is contained in:
Cole Bemis 2017-02-28 15:40:11 -08:00
parent b0c4148d55
commit 41b8ca19a9

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "feather",
"version": "1.1.0",
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
"repository": {
"type": "git",
"url": "https://github.com/colebemis/feather.git"
},
"license": "MIT"
}