-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1013 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
36
37
38
39
{
"name": "source-landing-page",
"version": "1.0.0",
"description": "Source landing page",
"main": "null",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sourcewifi/SourceLandingPage.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/sourcewifi/SourceLandingPage/issues"
},
"homepage": "https://github.com/sourcewifi/SourceLandingPage#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-connect": "^5.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-open": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"opener": "^1.4.2",
"tiny-lr": "^1.0.3"
},
"dependencies": {
"ejs": "^2.5.5",
"gulp-ejs": "^2.3.0",
"gulp-ext-replace": "^0.3.0",
"gulp-util": "^3.0.8",
"gulp-webserver": "^0.9.1"
}
}