-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 863 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
30
31
32
33
34
{
"name": "blog",
"version": "1.0.0",
"description": "Test af Grunt",
"main": "Gruntfile.js",
"devDependencies": {
"autoprefixer": "^9.0.2",
"csswring": "^7.0.0",
"grunt": "^1.0.3",
"grunt-browser-sync": "^2.1.3",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-image": "^4.2.0",
"grunt-imageoptim": "^1.4.4",
"grunt-newer": "^1.1.1",
"grunt-postcss": "^0.9.0",
"grunt-responsive-images": "^1.10.1",
"grunt-sass": "^3.0.1",
"grunt-shell": "^2.0.0",
"load-grunt-tasks": "^4.0.0",
"time-grunt": "^1.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jonatan",
"license": "ISC",
"dependencies": {
"fsevents": "^1.2.4",
"node-sass": "^4.9.2"
}
}