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 <[email protected]>",
"Zhuang Ma <[email protected]>",
"Jason Lee <[email protected]>",
"Greenkeeper <[email protected]>",
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",
"huhuhang <[email protected]>",
"jxlwqq <[email protected]>",
"pityonline <[email protected]>",
"tzx <[email protected]>",
"Charlie Jade <[email protected]>",
"Elethom Hunter <[email protected]>",
"Huei Tan <[email protected]>",
"Yang Li <[email protected]>",
"ddanist <[email protected]>"
]
}