forked from yotamberk/timeline-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.98 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
{
"name": "timeline-plus",
"version": "2.3.6",
"description": "",
"main": "./dist/timeline.js",
"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"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yotamberk/timeline-plus.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yotamberk/timeline-plus/issues"
},
"homepage": "http://yotamberk.github.io/timeline-plus",
"scripts": {
"build": "gulp",
"lint": "gulp lint",
"watch": "gulp watch --minify",
"watch-dev": "gulp watch",
"prepublishOnly": "npm run build",
"predeploy": "npm run build --prefix ./docs",
"deploy": "gh-pages -d ./docs/build"
},
"dependencies": {
"emitter-component": "^1.1.1",
"hammerjs": "^2.0.8",
"keycharm": "^0.2.0",
"moment": "^2.18.1",
"propagating-hammerjs": "^1.4.6",
"timsort": "^0.3.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.3",
"@babel/runtime": "^7.2.0",
"async": "^2.5.0",
"babel-cli": "^6.26.0",
"babel-loader": "^8.0.5",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babelify": "^7.3.0",
"clean-css": "^4.1.7",
"eslint": "^4.3.0",
"gulp": "^4.0.0",
"gulp-clean-css": "^3.7.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.8",
"jsdoc": "^3.5.5",
"jsdom": "11.3.0",
"jsdom-global": "^3.0.2",
"merge-stream": "^1.0.1",
"mocha": "^5.2.0",
"nyc": "^11.2.1",
"rimraf": "^2.6.1",
"uglify-js": "^2.8.29",
"uuid": "^3.1.0",
"webpack": "^3.3.0",
"yargs": "^8.0.2"
}
}