-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 956 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
32
33
34
35
36
37
{
"name": "vue-cli-plugin-neutronium",
"version": "0.5.0",
"description": "vue-cli 3 plugin to create neutronium application",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NeutroniumCore/vue-cli-plugin-neutronium.git"
},
"keywords": [
"vue",
"vue-cli",
"plugin",
"neutronium"
],
"author": "David Desmaisons",
"license": "MIT",
"bugs": {
"url": "https://github.com/NeutroniumCore/vue-cli-plugin-neutronium/issues"
},
"homepage": "https://github.com/NeutroniumCore/vue-cli-plugin-neutronium/blob/master/README.md",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@types/node": "^10.5.2",
"@vue/cli-shared-utils": "^3.0.0-rc.5",
"git-user-name": "^2.0.0",
"i18n-locales": "0.0.2",
"raw-loader": "^0.5.1"
},
"devDependencies": {
"@types/chai": "^4.1.0",
"@types/jest": "^23.1.4",
"@types/mocha": "^5.2.4"
}
}