mirror of
https://github.com/sparanoid/chinese-copywriting-guidelines.git
synced 2026-04-06 05:01:24 +08:00
35 lines
893 B
JSON
35 lines
893 B
JSON
{
|
|
"name": "chinese-copywriting-guidelines",
|
|
"version": "0.0.4",
|
|
"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"
|
|
},
|
|
"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.2.1",
|
|
"grunt-release": "^0.13.0",
|
|
"matchdep": "^0.3.0"
|
|
}
|
|
}
|