-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 829 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 829 Bytes
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": "voog-design-berlin",
"description": "The Berlin design template for Voog",
"repository": {
"type": "git",
"url": "git://github.com/Voog/design-berlin.git"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^7.2.3",
"fibers": "^5.0.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-dev-update": "^2.3.0",
"grunt-exec": "^3.0.0",
"grunt-modernizr-builder": "^0.1.9",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"load-grunt-tasks": "^5.0.0",
"sass": "^1.66.1"
}
}