-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 923 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 923 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
30
31
32
33
34
35
36
37
{
"name": "website",
"version": "0.0.0",
"description": "Fiddus Tecnologia Website",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/fiddus/website.git"
},
"keywords": [
"fiddus",
"website"
],
"author": "Vinicius Teixeira",
"license": "ISC",
"bugs": {
"url": "https://github.com/fiddus/website/issues"
},
"homepage": "https://github.com/fiddus/website",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-asset-injector": "^0.1.0",
"grunt-autoprefixer": "^2.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-imagemin": "^0.9.3",
"grunt-contrib-uglify": "^0.8.0",
"grunt-ftp-deploy": "^0.1.10",
"grunt-svgmin": "^2.0.1",
"grunt-usemin": "^3.0.0"
}
}