-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.14 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
46
47
48
49
{
"name": "StupaWahlTool2017",
"version": "1.3.0",
"description": "A tool for the Stupa Wahl 2017.",
"main": "src/server/app.js",
"scripts": {
"build": "gulp build",
"inline": "gulp inline",
"test": "gulp test",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "[email protected]:nerdakademie/stupa-wahltool.git"
},
"homepage": "https://github.com/nerdakademie/stupa-wahltool/blob/master/README.md",
"bugs": {
"url": "https://github.com/nerdakademie/stupa-wahltool/issues"
},
"dependencies": {
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-less": "3.3.0",
"gulp-cssmin": "0.1.7",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-inline-css": "3.1.0"
},
"author": {
"name": "Nerdakademie",
"email": "[email protected]",
"url": "https://github.com/nerdakademie"
},
"contributors": [
{
"name": "Michel Wohlert",
"url": "https://github.com/mwohlert"
},
{
"name": "Malte Schlünz",
"url": "https://github.com/malteschluenz"
}
],
"license": "Apache-2.0",
"bin": {
"stupa-wahltool": "bin/server.js"
}
}