diff options
| -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" +} |
