Skip to content

Commit d714dbb

Browse files
committed
npm init
0 parents  commit d714dbb

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "vue-cli-plugin-coffee",
3+
"version": "0.1.0",
4+
"description": "CoffeeScript2 support for your @vue/cli project",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/cxsper/vue-cli-plugin-coffee.git"
12+
},
13+
"keywords": [
14+
"CoffeeScript2",
15+
"\"vue-cli\"",
16+
"\"vue\"",
17+
"\"vuejs\"",
18+
"CoffeeScript",
19+
"coffee"
20+
],
21+
"author": "ilovewindows96@gmail.com",
22+
"license": "ISC",
23+
"bugs": {
24+
"url": "https://github.com/cxsper/vue-cli-plugin-coffee/issues"
25+
},
26+
"homepage": "https://github.com/cxsper/vue-cli-plugin-coffee#readme"
27+
}

0 commit comments

Comments
 (0)