forked from swapagarwal/swag-for-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.07 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
{
"name": "swag-for-dev",
"version": "1.0.0",
"description": "swag opportunities for developers",
"main": "index.js",
"scripts": {
"lint": "eslint gulpfile.js src/js/*.js",
"lint:fix": "npm run lint -- --fix",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swapagarwal/swag-for-dev.git"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"del": "^3.0.0",
"eslint": "^5.6.1",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-download-stream": "^0.0.19",
"gulp-htmlmin": "^5.0.1",
"gulp-minify": "^3.1.0",
"gulp-pug": "^4.0.1",
"gulp-responsive": "^2.11.0",
"gulp-rev": "^8.1.1",
"gulp-rev-delete-original": "^0.2.3",
"gulp-stylus": "^2.7.0",
"gulp-uglify-es": "^1.0.4",
"gulp-webserver": "^0.9.1"
},
"author": "Swapnil Agarwal",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/swapagarwal/swag-for-dev/issues"
},
"homepage": "http://devswag.io"
}