forked from shower/material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1011 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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "shower-material",
"description": "Material theme for Shower HTML presentation engine",
"version": "1.0.5",
"author": {
"name": "Vadim Makeev",
"url": "http://pepelsbey.net/"
},
"homepage": "https://github.com/shower/material",
"repository": {
"type": "git",
"url": "git://github.com/shower/material.git"
},
"bugs": {
"url": "http://github.com/shower/material/issues"
},
"license": "MIT",
"keywords": [
"shower",
"presentation",
"material",
"theme"
],
"files": [
"docs/**",
"fonts/**",
"images/**",
"pictures/**",
"styles/*.css",
"index.html",
"LICENSE.md",
"README.md"
],
"devDependencies": {
"autoprefixer": "^6.3.7",
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-header": "^1.8.7",
"gulp-postcss": "^6.1.1",
"gulp-sass": "^2.3.2",
"postcss-csso": "^1.1.2"
},
"scripts": {
"dev": "gulp",
"styles": "gulp styles",
"prepublish": "npm run styles"
}
}