-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
29 lines (29 loc) · 905 Bytes
/
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
{
"name": "your-next-website",
"version": "0.0.1",
"description": "Dependencies of your next website",
"author": "Name Surname",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "~2.2.0",
"grunt-build-control": "~0.3.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-imagemin": "~0.9.2",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-critical": "~0.1.1",
"grunt-jekyll": "~0.4.2",
"grunt-sass": "~0.17.0",
"grunt-svgmin": "~2.0.0",
"grunt-uncss": "~0.4.0",
"jit-grunt": "~0.9.0",
"time-grunt": "~1.0.0"
},
"engines": {
"node": ">=0.10.0"
}
}