forked from neuronetio/gantt-elastic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.51 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.51 KB
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
58
59
60
{
"name": "gantt-elastic",
"version": "0.9.6",
"description": "Gantt chart. Elastic javascript gantt chart. Vue gantt. Project manager responsive gantt. jquery gantt.",
"main": "src/GanttElastic.vue",
"dependencies": {
"dayjs": "^1.8.5"
},
"devDependencies": {
"@vue/cli-service": "^3.4.0",
"css-loader": "^1.0.1",
"gulp-vueify2": "0.0.3",
"vue": "^2.6.4",
"vue-loader": "^15.6.2",
"vue-slider-component": "^2.8.7",
"vue-switches": "^2.0.1",
"vue-template-compiler": "^2.6.4",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "webpack --watch",
"dev-fast": "webpack --watch --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neuronetio/gantt-elastic.git"
},
"keywords": [
"gantt",
"gantt js",
"gantt chart",
"gantt elastic",
"javascript gantt",
"javascript gantt chart",
"jQuery gantt",
"vue gantt",
"js gantt",
"gantt-chart",
"responsive",
"vue",
"vue-gantt",
"javascript gantt",
"project gantt",
"project manger",
"responsive gantt",
"gantt component",
"javascript gantt",
"project",
"task"
],
"author": "Rafal Pospiech <neuronet.io@gmail.com> (https://neuronet.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/neuronetio/gantt-elastic/issues"
},
"homepage": "https://neuronetio.github.io/gantt-elastic/"
}