-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
55 lines (55 loc) · 1.53 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
{
"name": "materialize-stepper",
"version": "3.1.0",
"description": "A little plugin, inspired by MDL-Stepper, that implements a stepper to Materializecss framework.",
"main": "dist/js/mstepper.js",
"style": "dist/css/mstepper.css",
"sass": "src/scss/mstepper.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kinark/Materialize-stepper.git"
},
"files": [
"dist",
"src/js/**/*.js",
"src/scss/**/*.scss",
"gulpfile.js",
"LICENSE"
],
"keywords": [
"materialize",
"material",
"stepper",
"plugin"
],
"author": "Kinark",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kinark/Materialize-stepper/issues"
},
"homepage": "https://kinark.github.io/Materialize-stepper/",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-eslint": "10.0.1",
"eslint": "^5.8.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.0.1",
"gulp-header": "^2.0.5",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"pump": "^3.0.0"
}
}