-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 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
47
48
49
50
51
52
53
{
"name": "tropicaal",
"version": "1.0.0",
"description": "Description",
"main": "index.js",
"dependencies": {
"braces": "^3.0.2",
"del": "^6.0.0",
"g": "^2.0.1",
"gift": "^0.10.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-changed": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-gh-pages": "^0.5.4",
"gulp-gh-pages-latest": "^0.6.0-6",
"gulp-imagemin": "^7.1.0",
"gulp-uglify": "^3.0.2"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"browser-sync": "^2.26.13",
"cssnano": "^4.1.10",
"gh-pages": "^3.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.0.2",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"node-sass": "^5.0.0",
"postcss": "^8.1.4",
"postcss-cli": "^8.2.0",
"postcss-custom-media": "^7.0.8",
"postcss-preset-env": "^6.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ommiles/tropicaal.git"
},
"keywords": [
"Keywords"
],
"author": "OM Miles",
"license": "ISC",
"bugs": {
"url": "https://github.com/ommiles/tropicaal/issues"
},
"homepage": "https://github.com/ommiles/tropicaal#readme"
}