Skip to content

Commit 844b1ea

Browse files
committed
Update package.json.
1 parent 8dd8bfd commit 844b1ea

File tree

1 file changed

+31
-33
lines changed

1 file changed

+31
-33
lines changed

package.json

Lines changed: 31 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,34 @@
11
{
2-
"name": "dropify",
3-
"description": "Customize easily your basic HTML input files.",
4-
"version": "0.0.1",
5-
"homepage": "https://github.com/JeremyFagis/dropify",
6-
"author": {
7-
"name": "Jeremy FAGIS",
8-
"email": "[email protected]",
9-
"url": "http://fagis.fr"
10-
},
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/JeremyFagis/dropify"
14-
},
15-
"licenses": [
16-
{
17-
"type": "MIT",
18-
"url": "https://raw.githubusercontent.com/JeremyFagis/dropify/master/LICENSE"
19-
}
20-
],
21-
"bugs": {
22-
"url": "https://github.com/JeremyFagis/dropify/issues"
23-
},
24-
"devDependencies": {
25-
"gulp": "~3.8.11",
26-
"gulp-load-plugins": "^0.8.1",
27-
"gulp-header": "^1.2.2",
28-
"gulp-plumber": "^0.6.6",
29-
"gulp-minify-css": "^0.5.1",
30-
"gulp-sass": "^1.3.3",
31-
"gulp-uglify": "^1.1.0",
32-
"gulp-util": "^3.0.4",
33-
"gulp-autoprefixer": "^2.1.0",
34-
"gulp-umd": "^0.1.3"
2+
"name": "dropify",
3+
"description": "Customize easily your basic HTML input files.",
4+
"version": "0.0.2",
5+
"homepage": "https://github.com/JeremyFagis/dropify",
6+
"author": "Jeremy FAGIS <[email protected]> (http://fagis.fr)",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/JeremyFagis/dropify"
10+
},
11+
"licenses": [
12+
{
13+
"type": "MIT",
14+
"url": "https://raw.githubusercontent.com/JeremyFagis/dropify/master/LICENSE"
3515
}
16+
],
17+
"bugs": {
18+
"url": "https://github.com/JeremyFagis/dropify/issues"
19+
},
20+
"dependencies": {
21+
"gulp": "^3.8.11",
22+
"gulp-autoprefixer": "^2.1.0",
23+
"gulp-header": "^1.2.2",
24+
"gulp-load-plugins": "^0.8.1",
25+
"gulp-minify-css": "^0.5.1",
26+
"gulp-plumber": "^0.6.6",
27+
"gulp-sass": "^1.3.3",
28+
"gulp-uglify": "^1.1.0",
29+
"gulp-util": "^3.0.4",
30+
"gulp-umd": "^0.1.3",
31+
"gulp-wrap-js": "^0.2.1",
32+
"gulp-rename": "^1.2.0"
33+
}
3634
}

0 commit comments

Comments
 (0)