-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "argon-design-system",
"version": "1.0.1",
"description": "A beautiful Design System for Bootstrap 4. It's Free and Open Source.",
"main": "gulpfile.js",
"author": "Creative Tim",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"browser-sync": "^2.24.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-imagemin": "^4.1.0",
"gulp-sass": "^3.2.1",
"gulp-util": "^3.0.8"
},
"dependencies": {
"del": "^3.0.0",
"gulp-cache": "^1.0.2",
"gulp-csscomb": "^3.0.8",
"gulp-cssnano": "^2.1.3",
"gulp-html-prettify": "0.0.1",
"gulp-npm-dist": "^1.0.1",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.7.1",
"gulp-uglify": "^3.0.0",
"gulp-useref-plus": "0.0.8",
"gulp-wait": "0.0.2",
"postcss-flexbugs-fixes": "^3.3.1",
"pump": "^3.0.0",
"run-sequence": "^2.2.1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/argon-design-system/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/argon-design-system.git"
},
"license": "MIT",
"homepage": "https://github.com/creativetimofficial/argon-design-system/blob/master/LICENSE.md"
}