- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
21 lines (21 loc) · 430 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 430 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "particle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "gulp"
},
"author": "Nathan Randecker",
"license": "ISC",
"dependencies": {
"browser-sync": "^2.26.3",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-imagemin": "^5.0.3",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1"
}
}