-
Notifications
You must be signed in to change notification settings - Fork 170
/
package.json
32 lines (32 loc) · 863 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": "landio-html",
"version": "1.0.0",
"description": "![Version badge](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=1.2.7&x2=0)",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tatygrassini/landio-html.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tatygrassini/landio-html/issues"
},
"homepage": "https://github.com/tatygrassini/landio-html#readme",
"devDependencies": {
"browser-sync": "^2.24.7",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-include": "^2.3.1",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1"
},
"dependencies": {
"hoek": "^5.0.4"
}
}