{
  "name": "css-split",
  "version": "1.1.3",
  "description": "split css into different parts by selector number",
  "main": "lib/index.js",
  "scripts": {
    "lint": "standard --fix && npm-ensure -t deps",
    "test": "npm run lint && npm run test-local",
    "test-local": "mocha -r thunk-mocha test/**/*.test.js",
    "perf": "node perf/index.js",
    "test-cov": "istanbul cover _mocha --report lcov -- -r thunk-mocha test/**/*.test.js",
    "test-report": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "ci": "npm run lint && npm run test-cov && npm run test-report",
    "beta": "npm test && git release $npm_package_version && npm publish --tag beta",
    "release": "npm test && npm-ensure -t changelog && git release $npm_package_version && npm publish",
    "precommit": "standard && npm-ensure -t deps"
  },
  "ensure": {
    "deps": {
      "checkDirs": [
        "lib/**/*",
        "bin/*"
      ]
    }
  },
  "standard": {
    "global": [
      "describe",
      "it",
      "beforeEach",
      "afterEach"
    ],
    "ignore": [
      "/test"
    ]
  },
  "dependencies": {
    "debug": "^2.6.3"
  },
  "devDependencies": {
    "chalk": "^1.1.3",
    "co": "^4.6.0",
    "coveralls": "^2.12.0",
    "husky": "0.x",
    "istanbul": "*",
    "mocha": "^3.0.2",
    "mocha-lcov-reporter": "^1.3.0",
    "npm-ensure": "^1.0.0",
    "postcss": "^5.2.16",
    "standard": "^8.2.0",
    "thunk-mocha": "^1.0.8"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:yibn2008/css-split.git"
  },
  "keywords": [
    "css-split"
  ],
  "author": "zoujie.wzj",
  "license": "ISC"
}
