-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 1022 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·38 lines (38 loc) · 1022 Bytes
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": "joy",
"version": "1.0.0",
"description": "A Tictail theme",
"license": "MIT",
"author": {
"name": "Vincent Orback",
"email": "vorback@gmail.com",
"url": "http://vincentorback.se"
},
"repository": {
"type": "git",
"url": "https://github.com/vincentorback/joy.git"
},
"devDependencies": {
"autoprefixer": "^6.3.7",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssbeautify": "^0.1.3",
"gulp-eslint": "^3.0.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-tictail": "^0.1.2",
"gulp-uglify": "^1.5.4",
"postcss-bem-linter": "^2.5.1",
"postcss-color-function": "^2.0.1",
"postcss-css-variables": "^0.5.1",
"postcss-custom-media": "^5.0.1",
"postcss-custom-selectors": "^3.0.0",
"postcss-extend": "^1.0.4",
"postcss-import": "^8.1.2",
"postcss-reporter": "^1.3.3"
}
}