-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
35 lines (35 loc) · 952 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
33
34
35
{
"name": "LHBZR",
"version": "0.0.1",
"description": "Front-End Developer",
"main": "index.html",
"repository": {
"type": "git",
"url": "https://github.com/lhbzr/lhbzr.github.io.git"
},
"author": {
"name": "Luis Henrique Bizarro",
"email": "[email protected]",
"url": "https://github.com/lhbzr"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lhbzr/lhbzr.github.io/issues"
},
"homepage": "https://github.com/lhbzr/lhbzr.github.io",
"devDependencies": {
"autoprefixer": "^6.0.2",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-uglify": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-http-server": "^1.13.0",
"grunt-postcss": "^0.7.0",
"grunt-sass": "^1.1.0",
"grunt-svgstore": "^0.5.0",
"load-grunt-tasks": "^3.3.0",
"time-grunt": "^1.2.2"
}
}