瀏覽代碼

Adding package.json

... to be installable by npm.
Herbert Vojčík 11 年之前
父節點
當前提交
6f4e38b9a8
共有 1 個文件被更改,包括 17 次插入0 次删除
  1. 17 0
      package.json

+ 17 - 0
package.json

@@ -0,0 +1,17 @@
+{
+  "name": "amber-dev",
+  "version": "0.0.1",
+  "description": "Development goodies for Amber Smalltalk",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/amber-smalltalk/amber-dev"
+  },
+  "author": "",
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/amber-smalltalk/amber-dev/issues"
+  }
+}