-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "SudWeb",
"description": "Deux journées pour apprendre et s'inspirer du web",
"homepage": "http://sudweb.fr/2014",
"version": "2.0.14",
"author": {
"name": "SudWeb Team",
"url": "https://sudweb.fr/2014/"
},
"scripts": {
"build": "grunt",
"test": "grunt htmlhint",
"start": "grunt watch",
"thumbs": "cd assets/img/orateurs && gm mogrify -thumbnail x150 -gravity center -crop 150x150+0+0 -output-directory 150 -colorspace Gray +contrast *.jpg",
"deploy-dev": "npm run thumbs && grunt deploy-dev",
"deploy-prod": "npm run thumbs && grunt deploy-prod"
},
"repository": {
"type": "git",
"url": "git://github.com/sudweb/2014.git"
},
"bugs": {
"url": "https://github.com/sudweb/2014/issues"
},
"license": "MIT",
"private": true,
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-watch": "*",
"grunt-gh-pages": "~0.9.0",
"grunt-htmlhint": "*",
"grunt-sass": "~0.6.0",
"matchdep": "*"
}
}