-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "slug-website",
"version": "0.0.1",
"description": "Serverless London User Group Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serverless-london/slug-website.git"
},
"keywords": [
"serverless",
"london",
"tachyons"
],
"author": "A Stanley",
"license": "MIT",
"bugs": {
"url": "https://github.com/serverless-london/slug-website/issues"
},
"homepage": "https://github.com/serverless-london/slug-website#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-declare": "^0.3.0",
"gulp-define-module": "^0.1.5",
"gulp-handlebars": "^4.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-uglify": "^3.0.0",
"gulp-uncss": "^1.0.6",
"gulp-wrap": "^0.13.0",
"pump": "^1.0.2",
"tachyons": "^4.8.1",
"tape": "^4.8.0"
},
"dependencies": {
"handlebars": "^4.0.10"
}
}