-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
38 lines (38 loc) · 990 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
38
{
"name": "nottinghamdigital",
"version": "1.0.0",
"description": "The defacto place to find digital events and meetups in Nottingham",
"main": "index.html",
"scripts": {
"test": "echo \"Warn: no tests specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:nottinghamdigital/nottinghamdigital.github.io.git"
},
"keywords": [
"events"
],
"author": "see contributors",
"license": "MIT ",
"bugs": {
"url": "https://github.com/nottinghamdigital/nottinghamdigital.github.io/issues"
},
"homepage": "https://github.com/nottinghamdigital/nottinghamdigital.github.io#readme",
"devDependencies": {
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp-wait": "0.0.2",
"pump": "^3.0.0",
"yarn": "^1.22.0"
},
"dependencies": {
"fstream": "^1.0.0",
"hoek": "^6.1.3",
"npm": "^6.14.6",
"sshpk": "^1.7.0",
"tar": "^4.4.18"
}
}