forked from sidvishnoi/sankalan-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.28 KB
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": "sankalan-2018",
"version": "1.0.0",
"description": "Sankalan is the annual tech fest of Dept Of Computer Science, University of Delhi (DUCS).",
"main": "gulpfile.js",
"dependencies": {},
"homepage": "https://www.ducs.in/sankalan-2018/",
"repository": {
"type": "git",
"url": "https://github.com/sidvishnoi/sankalan-2018.git"
},
"devDependencies": {
"async": "^2.6.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"chokidar": "^2.0.0",
"cross-env": "^5.2.0",
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"fs-extra": "^5.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-hash": "^4.2.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.12.1",
"gulp-uglify": "^3.0.0",
"node-sass": "^4.7.2",
"node-yaml": "^3.1.1",
"pug": "^2.0.0-rc.4"
},
"scripts": {
"build": "cross-env NODE_ENV=production gulp build",
"build:dev": "gulp watch",
"build:clean": "gulp clean"
},
"author": "Sid Vishnoi <sidvishnoi.dev@gmail.com> (https://github.com/sidvishnoi)",
"license": "ISC"
}