-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
35 lines (35 loc) · 865 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
{
"name": "forkgasm",
"version": "1.0.0",
"description": "Forkgasm website",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeaVerou/forkgasm.git"
},
"author": "Lea Verou",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeaVerou/forkgasm/issues"
},
"homepage": "http://forkgasm.com",
"devDependencies": {
"autoprefixer": "^7.2.6",
"gulp": "^4.0.0",
"gulp-file-include": "^1.2.0",
"gulp-image-resize": "^0.13.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.4.0",
"postcss-custom-properties": "^6.3.1",
"postcss-nesting": "^4.2.1",
"postcss-selector-matches": "^3.0.1"
},
"dependencies": {
"file-exists": "^5.0.1",
"gulp-filter": "^5.1.0",
"stable": "^0.1.8"
}
}