forked from squarechip/timeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·44 lines (44 loc) · 1.19 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
{
"name": "timeline",
"version": "1.0.0",
"description": "Vanilla JavaScript horizontal / vertical timeline component",
"main": "index.js",
"scripts": {
"build": "gulp",
"eslint": "./node_modules/.bin/eslint ./src"
},
"author": "Mike Collins",
"license": "MIT",
"homepage": "https://github.com/squarechip/timeline",
"repository": {
"type": "git",
"url": "https://github.com/squarechip/timeline.git"
},
"bugs": {
"url": "https://github.com/squarechip/timeline/issues"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.12.0",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.9.4",
"gulp-cli": "^2.0.1",
"gulp-eslint": "^4.0.2",
"gulp-header": "^2.0.5",
"gulp-imagemin": "^4.1.0",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"postcss-cssnext": "^3.0.0",
"postcss-pxtorem": "^4.0.1",
"postcss-reporter": "^5.0.0",
"postcss-scss": "^1.0.6"
}
}