-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "orgcss",
"version": "0.1.0",
"description": "CSS for Orgmode exported HTML",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/gongzhitaao/orgcss.git"
},
"keywords": [
"orgmode",
"css",
"emacs"
],
"author": "gongzhitaao",
"license": "MIT",
"devDependencies": {
"browser-sync": "^3.0.3",
"cssnano": "^6.0.0",
"del": "^5.1.0",
"gulp": "^5.0.0",
"gulp-changed": "^4.0.2",
"gulp-filter": "^6.0.0",
"gulp-flatten": "^0.4.0",
"gulp-htmlmin": "^5.0.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^5.1.0",
"htmlize": "^1.0.0",
"normalize.css": "^8.0.1",
"postcss-import": "^12.0.1",
"precss": "^4.0.0"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/gongzhitaao/orgcss/issues"
},
"homepage": "https://github.com/gongzhitaao/orgcss#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}