forked from nsftx/vue-cli-plugin-nsoft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 799 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@nsoft/vue-cli-plugin-nsoft",
"version": "0.3.0",
"description": "NSoft plugin for Vue CLI 3",
"author": "team@nsoft.com",
"contributors": [
"Marko Vučina <vucina.marko@nsoft.com>",
"Dinko Miletić <miletic.dinko@nsoft.com>",
"Ivan Pandžić <pandzic.ivan@nsoft.com>",
"Josip Krišto <kristo.josip@nsoft.com>"
],
"private": false,
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/chmjs/vue-cli-plugin-nsoft"
},
"keywords": [
"nsoft",
"vue-cli",
"plugin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/chmjs/vue-cli-plugin-nsoft/issues"
},
"homepage": "https://github.com/chmjs/vue-cli-plugin-nsoft/blob/master/README.md",
"dependencies": {
"rimraf": "^2.6.2"
}
}