-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 912 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
{
"name": "unisul-50-anos",
"version": "1.0.0",
"title": "Unisul 50 Anos",
"homepage": "http://50anos.unisul.br",
"description": "Hotsite comemorativo aos 50 anos da Unisul",
"author": {
"name": "Diogo Moretti",
"url": "http://www.diogo.nu",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/unisul/50anos.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-watch": "~0.4.3",
"grunt-contrib-uglify": "~0.2.1",
"grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-cssmin": "~0.6.2",
"load-grunt-tasks": "~0.1.0",
"grunt-contrib-stylus": "~0.10.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-ejs": "~0.1.0",
"grunt-ftp-upload": "~0.1.1",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-concat": "~0.3.0"
}
}