forked from gongzhitaao/orgcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 994 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
{
"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": "^2.17.3",
"cssnano": "^3.7.7",
"del": "^2.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-changed": "^1.3.2",
"gulp-concat": "^2.6.0",
"gulp-dom": "^0.9.0",
"gulp-flatten": "^0.3.1",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-postcss": "^6.2.0",
"gulp-sass": "^2.3.2",
"merge-stream": "^1.0.0",
"normalize.css": "^4.1.1"
},
"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"
}
}