Browse Source

Adding package.json

Herbert Vojčík 11 năm trước cách đây
mục cha
commit
71eaf1abc9
1 tập tin đã thay đổi với 17 bổ sung0 xóa
  1. 17 0
      package.json

+ 17 - 0
package.json

@@ -0,0 +1,17 @@
+{
+  "name": "grunt-init-amber",
+  "version": "0.0.1",
+  "description": "grunt-init template for amber project",
+  "main": "template.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/amber-smalltalk/grunt-init-amber.git"
+  },
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/amber-smalltalk/grunt-init-amber/issues"
+  }
+}