-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.39 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
57
{
"name": "plume-css",
"version": "1.0.13",
"author": "Felippe Regazio",
"license": "GPL",
"description": "A lightweight and highly themeable CSS Micro-Framework",
"homepage": "https://felippe-regazio.github.io/plume-css/",
"main": "./lib/plume-all.css",
"repository": {
"type": "git",
"url": "https://github.com/felippe-regazio/plume-css"
},
"scripts": {
"build": "gulp",
"dev": "gulp --watch",
"dev-docs": "cd docs && gulp --watch",
"build-docs": "cd docs && gulp && npm run pack-zip",
"build-all": "npm run build && npm run build-docs",
"pack-zip": "npm-pack-zip --destination ./docs"
},
"files": [
"lib/",
"LICENSE",
"README.md"
],
"keywords": [
"css",
"sass",
"micro",
"style",
"theme",
"plume",
"themeable",
"framework",
"plume-css"
],
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-html-import": "0.0.2",
"gulp-mustache": "^5.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-variables": "^1.2.0",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.2",
"lodash.template": ">=4.5.0",
"npm-pack-zip": "^1.2.7",
"rimraf": "^3.0.2"
}
}