summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore9
-rw-r--r--README2
-rw-r--r--package.json15
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
diff --git a/README b/README
new file mode 100644
index 0000000..dfe1c87
--- /dev/null
+++ b/README
@@ -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"
+}