|
@@ -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"
|
|
|
|
+}
|