forked from sparanoid/chinese-copywriting-guidelines
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 824 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
{
"name": "chinese-copywriting-guidelines",
"version": "0.0.3",
"description": "Chinese Copywriting Guidelines",
"author": "Tunghsiao Liu",
"homepage": "http://sparanoid.com/",
"main": "README.md",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/sparanoid/chinese-copywriting-guidelines.git"
},
"bugs": {
"url": "http://github.com/sparanoid/chinese-copywriting-guidelines/issues"
},
"licenses": {
"type": "WTFPL",
"url": "http://github.com/sparanoid/chinese-copywriting-guidelines/blob/master/LICENSE"
},
"keywords": [
"chinese",
"copywriting",
"guideline"
],
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-conventional-changelog": "^1.1.0",
"matchdep": "^0.3.0"
}
}