-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.13 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "ridon.github.io",
"version": "1.0.0",
"description": "Ridon Landing Page",
"main": "index.js",
"scripts": {
"test": "echo \"Warning: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/sendz/ridon.github.io.git"
},
"keywords": [
"ridon",
"android",
"indonesia"
],
"author": "Ridon",
"license": "ISC",
"bugs": {
"url": "https://github.com/sendz/ridon.github.io/issues"
},
"homepage": "https://github.com/sendz/ridon.github.io#readme",
"dependencies": {
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-concat-util": "^0.5.5",
"gulp-gh-pages": "https://github.com/tekd/gulp-gh-pages.git",
"gulp-htmlmin": "^3.0.0",
"gulp-jshint": "^2.0.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-strip-css-comments": "^1.2.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jquery-lazyload": "^1.9.7",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"node-sass": "^4.5.3",
"request": "<=2.81.0",
"shrinkwrap": "^0.4.0"
}
}