forked from maestr0/eliminator-slajdow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 797 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
{
"name": "eliminator-slajdow",
"version": "4.0.18",
"description": "Eliminator Slajdow",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-sass": "^2.3.2",
"gulp-watch": "^4.3.11",
"gulp-webserver": "^0.9.1",
"gulp-zip": "^3.2.0"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maestr0/eliminator-slajdow.git"
},
"keywords": [
"eliminator-slajdow",
"es"
],
"author": "Pawel Raszewski",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/maestr0/eliminator-slajdow/issues"
},
"homepage": "https://github.com/maestr0/eliminator-slajdow#readme"
}