forked from quasarframework/quasar-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.1 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "barnstorm-cli",
"version": "0.0.0",
"description": "Tools for Barnstorm Online Projects",
"bin": {
"barnstorm": "./packages/cli/bin/quasar"
},
"scripts": {
"test": "echo Needs a test",
"test:ci": "trevor"
},
"files": [
"assets",
"bin",
"lib",
"lists",
"templates"
],
"keywords": [
"quasar",
"barnstorm",
"cli",
"web",
"spa",
"pwa",
"electron",
"vue",
"vuejs",
"cordova"
],
"author": {
"name": "Razvan Stoenescu",
"email": "[email protected]",
"url": "https://github.com/quasarframework"
},
"repository": {
"type": "git",
"url": "https://github.com/barnstorm-online/barnstorm-cli"
},
"license": "MIT",
"bugs": "https://github.com/barnstorm-online/barnstorm-cli/issues",
"homepage": "https://barnstorm.online",
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"devDependencies": {
"lerna": "^3.6.0",
"pnpm": "^2.21.1",
"trevor": "^2.3.0"
},
"dependencies": {
"inversify": "^5.0.1",
"reflect-metadata": "^0.1.12"
}
}