-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "zeronet-notifications",
"version": "0.1.0",
"description": "ZeroNet Notifications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prerelease": "gulp",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mkg20001/ZeroNetNotifications.git"
},
"keywords": [
"zeronet",
"notifications"
],
"author": "Maciej Krüger <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/mkg20001/ZeroNetNotifications/issues"
},
"homepage": "https://github.com/mkg20001/ZeroNetNotifications#readme",
"dependencies": {
"jquery": "^3.3.1",
"jquery.easing": "^1.4.1"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-clean-css": "^3.9.2",
"gulp-coffee": "^3.0.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"uglify-es": "^3.3.9"
}
}