-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "garbageplanet-frontend",
"version": "0.0.1",
"description": "Dependancies for building the garbagepla.net frontend.",
"main": "dist/app.min.js",
"jsdelivr": "dist/app.min.js",
"cdn": "dist/app.min.js",
"repository": {
"type": "git",
"url": "https://github.com/garbageplanet/frontend.git"
},
"author": "adriennn",
"license": "ISC",
"bugs": {
"url": "https://github.com/garbageplanet/web-ui/issues"
},
"homepage": "https://garbagepla.net",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"blueimp-tmpl": "^3.9.0",
"del": "^2.2.0",
"dotenv": "^4.0.0",
"fancy-log": "^1.3.2",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-delete-lines": "0.0.7",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.2",
"gulp-inject": "^3.0.0",
"gulp-inject-string": "^1.1.0",
"gulp-purifycss": "^0.2.0",
"gulp-replace-task": "^0.11.0",
"gulp-rev-append": "^0.1.8",
"gulp-seo": "^1.0.2",
"gulp-string-replace": "^0.4.0",
"gulp-uglify": "^1.5.3",
"uuid-lib": "0.0.6"
}
}