diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-03 12:28:14 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-03 12:28:14 -0400 |
| commit | 21b3290d8bc6276fb95ece54494fdfb518552de6 (patch) | |
| tree | 2f4374c56b54bc30d8ecf43ccefde0165a704803 | |
init
| -rw-r--r-- | .gitignore | 9 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | package.json | 15 |
3 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..259fb84 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*~ +v1 +.DS_Store +*.orig +.sass-cache/ +.#* +*.swp +node_modules/ +dist @@ -0,0 +1,2 @@ +bucky +===== diff --git a/package.json b/package.json new file mode 100644 index 0000000..600dedc --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "bucky", + "version": "3.0.0", + "description": "bucky", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git@ghghgh.us:bucky.git" + }, + "author": "", + "license": "LNT" +} |
