-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
27 lines (27 loc) · 891 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
{
"name": "proveaprove",
"version": "1.0.0",
"title": "ProveAprove",
"description": "App desenvolvido com a finalidade de facilitar o consumo e publicação de receitas de culinária.",
"author": "Leonardo Paiva, <[email protected]>, Thulio Philipe <[email protected]>",
"homepage": "https://github.com/thulioph/prove-aprove",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git://github.com/thulioph/prove-aprove.git"
},
"private": true,
"devDependencies": {
"grunt": "^0.4.5",
"matchdep": "^0.3.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-browser-sync": "^0.9.1",
"time-grunt": "~1.0.0",
"grunt-contrib-sass": "~0.8.1",
"load-grunt-tasks": "~1.0.0"
}
}