{ "name": "guide", "version": "0.0.1", "description": "Python-cn guidebook", "main": "Gruntfile.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/python-cn/guide" }, "keywords": [ "pythoncn", "python-cn" ], "author": "Dongweiming", "license": "MIT", "bugs": { "url": "https://github.com/python-cn/guide/issues" }, "homepage": "https://github.com/python-cn/guide", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-copy": "^0.8.0", "grunt-contrib-uglify": "^0.9.1" } }