-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.25 KB
/
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
35
36
37
38
39
40
41
{
"name": "snce-grunt-config-for-websites",
"version": "0.2.0",
"description": "Grunt configuration for websites front end development",
"author": "Alberto Terragni <alberto.terragni@sncegroup.ch>",
"repository": {
"type": "git",
"url": "https://github.com/SnceGroup/grunt-config-for-websites"
},
"bugs": {
"url": "https://github.com/SnceGroup/grunt-config-for-websites/issues"
},
"keywords": [
"grunt",
"foundation",
"symfony"
],
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.3.3",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-newer": "^1.1.2",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.1.0",
"grunt-svg-sprite": "^1.2.19",
"grunt-twig-render": "^1.7.2",
"jit-grunt": "^0.10.0"
},
"devDependencies": {
"grunt-contrib-csslint": "^1.0.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-ssh": "^0.12.9",
"grunt-w3c-html-validation": "^0.1.8",
"jshint-stylish": "^2.1.0"
}
}