You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
322 B
16 lines
322 B
{
|
|
"name": "freckle"
|
|
, "description": "Node.js freckle api bindings"
|
|
, "version": "0.0.1"
|
|
, "author": "Tim Branyen <tim@tabdeveloper.com> (http://twitter.com/tbranyen)"
|
|
, "main": "./lib/index.js"
|
|
, "directories": {
|
|
"lib": "./lib"
|
|
}
|
|
, "modules": {
|
|
"index": "./lib/index"
|
|
}
|
|
, "engines": {
|
|
"node": "*"
|
|
}
|
|
}
|