forked from yotamberk/timeline-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.08 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "timeline-plus",
"version": "2.4.0",
"description": "",
"main": "./dist/timeline.js",
"types": "./dist/timeline.d.ts",
"directories": {
"doc": "docs",
"example": "examples"
},
"files": [
"dist/timeline.js",
"dist/timeline.css",
"dist/timeline.min.js",
"dist/timeline.min.css",
"dist/timeline.js.map",
"dist/timeline.map",
"dist/timeline.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yotamberk/timeline-plus.git"
},
"author": "",
"contributors": [],
"license": "ISC",
"bugs": {
"url": "https://github.com/yotamberk/timeline-plus/issues"
},
"homepage": "http://yotamberk.github.io/timeline-plus",
"scripts": {
"test": "testcafe chrome tests/UI/"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"@babel/preset-env"
]
}
]
]
},
"dependencies": {
"emitter-component": "^1.1.1",
"hammerjs": "^2.0.8",
"keycharm": "^0.2.0",
"moment": "^2.24.0",
"propagating-hammerjs": "^1.4.7",
"timsort": "^0.3.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/runtime": "^7.5.5",
"async": "^3.1.0",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babelify": "^10.0.0",
"clean-css": "^4.2.1",
"eslint": "^6.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-rename": "^1.4.0",
"gulp-util": "^3.0.8",
"jest": "^24.8.0",
"jsdoc": "^3.6.3",
"jsdom": "15.1.1",
"jsdom-global": "^3.0.2",
"merge-stream": "^2.0.0",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"rimraf": "^2.6.3",
"testcafe": "^1.3.3",
"uglify-js": "^3.6.0",
"uuid": "^3.3.2",
"webpack": "^4.38.0",
"yargs": "^13.3.0"
}
}