-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
43
44
45
46
47
48
49
50
{
"name": "too-much-of-a-person",
"version": "1.0.0",
"description": "Too Much of a Person",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DeckOfPandas/too-much-of-a-person.git"
},
"keywords": [
"toomuch",
"feminism",
"everydayfeminism",
"women",
"strong",
"power"
],
"author": "Helen Jackson, @DeckOfPandas",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DeckOfPandas/too-much-of-a-person/issues"
},
"homepage": "https://github.com/DeckOfPandas/too-much-of-a-person#readme",
"devDependencies": {
"autoprefixer": "^8.6.2",
"browser-sync": "^2.26.3",
"child_process": "^1.0.2",
"del": "^3.0.0",
"fancy-log": "^1.3.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.4",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.1.0",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.3",
"gulp-ruby-sass": "^3.0.0",
"gulp-run": "^1.7.1",
"gulp-uglify": "^3.0.0",
"run-sequence": "^2.2.1"
},
"dependencies": {
"imagemin-jpeg-recompress": "^6.0.0",
"imagemin-mozjpeg": "^8.0.0"
}
}