-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 943 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
{
"name": "hide-it",
"version": "1.0.0",
"description": "a simple pure javascript splashscreen",
"main": "none",
"dependencies": {
"gulp-jshint": "^2.0.1",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2",
"jshint": "^2.9.3"
},
"devDependencies": {
"babel-preset-es2015": "^6.16.0",
"gulp-babel": "^6.1.2",
"gulp-develop-server": "^0.5.2",
"gulp-minify": "0.0.14",
"gulp-rename": "^1.2.2",
"gulp-template": "^4.0.0",
"gulp-watch": "^4.3.10",
"gulp-webserver": "^0.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LukasHavemann/hide-it.git"
},
"keywords": [
"splashscreen"
],
"author": "Lukas Havemann",
"license": "MIT",
"bugs": {
"url": "https://github.com/LukasHavemann/hide-it/issues"
},
"homepage": "https://github.com/LukasHavemann/hide-it#readme"
}