casper 6 vuotta sitten
commit
d714dbbffe
1 muutettua tiedostoa jossa 27 lisäystä ja 0 poistoa
  1. 27 0
      package.json

+ 27 - 0
package.json

@@ -0,0 +1,27 @@
+{
+  "name": "vue-cli-plugin-coffee",
+  "version": "0.1.0",
+  "description": "CoffeeScript2 support for your @vue/cli project",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/cxsper/vue-cli-plugin-coffee.git"
+  },
+  "keywords": [
+    "CoffeeScript2",
+    "\"vue-cli\"",
+    "\"vue\"",
+    "\"vuejs\"",
+    "CoffeeScript",
+    "coffee"
+  ],
+  "author": "ilovewindows96@gmail.com",
+  "license": "ISC",
+  "bugs": {
+    "url": "https://github.com/cxsper/vue-cli-plugin-coffee/issues"
+  },
+  "homepage": "https://github.com/cxsper/vue-cli-plugin-coffee#readme"
+}