-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.02 KB
/
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": "morel-games-core",
"version": "1.0.1",
"description": "Common front-end components and logics for all Morel browser minigames.",
"main": "src/index.js",
"dependencies": {},
"devDependencies": {
"@vuese/cli": "^2.14.3",
"jsdoc": "^3.6.7"
},
"peerDependencies": {
"buefy": "^0.8.13",
"vue": "^2.6.11",
"vue-i18n": "^8.17.3",
"vuex": "^3.1.3"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"esm": {
"mode": "all"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": " rm -rf docs/{js,vue} && jsdoc -d docs/js --readme README.md --package package.json -c jsdoc.config.json src/**/*.js src/*.js && vuese gen && mv website docs/vue"
},
"author": "Amaury Carrade <[email protected]> (https://amaury.carrade.eu)",
"license": "CECILL-B",
"repository": {
"type": "git",
"url": "https://github.com/MorelGames/morel-games-core.git"
},
"bugs": {
"url": "https://github.com/MorelGames/morel-games-core/issues"
}
}