diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6855fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +.npmignore diff --git a/package.json b/package.json new file mode 100644 index 0000000..1bc2e53 --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "sunlight", + "description": "Node.js wrapper library for the Sunlight Labs API", + "version": "0.0.1", + "homepage": "https://github.com/clarle/node-sunlightapi", + "repository": { + "type": "git", + "url": "git://github.com/clarle/node-sunlightapi.git" + }, + "author": "Clarence Leung ", + "dependencies": { + "request": "~2" + } +}