-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.26 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
51
52
53
54
55
56
{
"name": "shower-sc5",
"description": "SC5 theme for Shower HTML presentation engine",
"version": "1.0.0",
"author": {
"name": "Varya Stepanova",
"url": "http://varya.me/"
},
"homepage": "https://github.com/sc5/shower-sc5",
"repository": {
"type": "git",
"url": "git://github.com/sc5/shower-sc5.git"
},
"bugs": {
"url": "https://github.com/sc5/shower-sc5/issues"
},
"license": "MIT",
"keywords": [
"shower",
"presentation",
"ribbon",
"theme"
],
"files": [
"docs/**",
"fonts/**",
"images/**",
"pictures/**",
"styles/*.css",
"index.html",
"LICENSE.md",
"README.md"
],
"devDependencies": {
"autoprefixer": "^6.4.0",
"browser-sync": "^2.14.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^1.8.8",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.0.0",
"path-exists-cli": "^1.0.0",
"postcss-csso": "^1.1.2",
"shower-core": "latest"
},
"scripts": {
"dev": "gulp",
"styles": "gulp styles",
"prepublish": "npm run styles",
"test": "path-exists styles/screen-16x10.css && path-exists styles/screen-4x3.css",
"deploy": "gulp deploy"
}
}