{
    "name": "chinesegen",
    "version": "0.3.3",
    "description": "Lorem Ipsum generator for Chinese",
    "main": "./index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/0of/chinesegen.git"
    },
    "files": [
        "lib",
        "bin",
        "index.js"
    ],
    "scripts": {
        "test": "grunt test"
    },
    "bin": {
        "chinesegen": "./bin/chinesegen.js"
    },
    "keywords": [
        "Lorem",
        "Ipsum",
        "Chinese",
        "random"
    ],
    "author": "0of",
    "license": "MIT",
    "homepage": "https://github.com/0of/chinesegen",
    "devDependencies": {
        "eslint": "latest",
        "debug": "latest",
        "grunt": "latest",
        "grunt-contrib-clean": "^0.6.0",
        "grunt-eslint": "^17.1.0",
        "grunt-webpack": "^1.0.11",
        "grunt-mocha-test": "^0.12.7",
        "load-grunt-tasks": "^3.2.0",
        "webpack": "latest",
        "mocha": "^2.2.5",
        "should": "^6.0.3"
    },
    "dependencies": {
        "minimist": "latest"
    }
}