-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 975 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
{
"name": "rio-typesetting",
"title": "Rio",
"description": "一个简洁的文字排版样式库。",
"version": "0.4.2",
"homepage": "http://biossun.github.io/rio",
"author": {
"name": "Bios Sun",
"email": "[email protected]",
"url": "http://biossun.org"
},
"repository": {
"type": "git",
"url": "[email protected]:BiosSun/rio.git"
},
"bugs": "https://github.com/BiosSun/rio/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/BiosSun/rio/blob/master/LICENSE-MIT"
}
],
"scripts": {
"prepublishOnly": "gulp && gh-pages -d doc"
},
"devDependencies": {
"coffeescript": "^2.7.0",
"gh-pages": "^4.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"sass": "^1.52.1"
}
}