forked from geraldbaeck/NIUsLittleHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 836 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
{
"name": "niuslittlehelper",
"version": "0.57.0",
"description": "Chrome Erweiterung zur einfacheren Bedienung des internen Verwaltungssystems des Wiener Roten Kreuz (NIU).",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/geraldbaeck/NIUsLittleHelper.git"
},
"author": "Gerald Baeck",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/geraldbaeck/NIUsLittleHelper/issues"
},
"homepage": "https://github.com/geraldbaeck/NIUsLittleHelper#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-slack": "^0.1.2",
"gulp-zip": "^4.0.0",
"request": "^2.81.0",
"require-dir": "^0.3.2",
"run-sequence": "^1.2.2"
}
}