forked from sparanoid/chinese-copywriting-guidelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.5 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
{
"name": "chinese-copywriting-guidelines",
"version": "0.1.0",
"description": "Chinese Copywriting Guidelines",
"author": "Tunghsiao Liu",
"homepage": "http://github.com/sparanoid/chinese-copywriting-guidelines",
"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"
},
"license": "WTFPL",
"keywords": [
"chinese",
"copywriting",
"guideline"
],
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-bump": "^0.8.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-npm": "0.0.2",
"matchdep": "^2.0.0"
},
"contributors": [
"greenkeeperio-bot <support@greenkeeper.io>",
"Zhuang Ma <chumpma@gmail.com>",
"Jason Lee <huacnlee@gmail.com>",
"Greenkeeper <support@greenkeeper.io>",
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
"huhuhang <huhuhang@users.noreply.github.com>",
"jxlwqq <jxlwqq@gmail.com>",
"pityonline <pityonline@gmail.com>",
"tzx <district10@users.noreply.github.com>",
"NauxLiu@users.noreply.github.com>",
"Charlie Jade <summer.alex07@gmail.com>",
"hotoo@users.noreply.github.com>",
"Elethom Hunter <elethomhunter@gmail.com>",
"Huei Tan <huei90@users.noreply.github.com>",
"Yang Li <idealhack@gmail.com>",
"ddanist <danx2ist@gmail.com>"
]
}