-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 969 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
{
"name": "code.gamelet.doc",
"version": "1.0.0",
"description": "Source of the Documentation of Code.Gamelet.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haskasu/code.gamelet.doc.git"
},
"author": "Haskasu",
"license": "ISC",
"bugs": {
"url": "https://github.com/haskasu/code.gamelet.doc/issues"
},
"homepage": "https://github.com/haskasu/code.gamelet.doc#readme",
"devDependencies": {
"gulp": "4.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",
"gulp-minify": "^3.0.2",
"gulp-open": "^3.0.1",
"gulp-prompt": "^1.2.0",
"gulp-rename": "^1.2.3",
"gulp-replace": "^1.0.0",
"gulp-util": "^3.0.8",
"vinyl-ftp": "^0.6.1"
},
"dependencies": {
"lodash": "^4.17.15",
"lodash.template": ">=4.5.0"
}
}