{
  "name": "@derhuerst/snabbdom-selector",
  "version": "1.3.2",
  "description": "Snabbdom CSS-Selector",
  "main": "lib/index.js",
  "module": "lib/es6/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "test:lint": "tslint src/*.ts src/**/*.ts",
    "test:unit": "cross-env TS_NODE_PROJECT=./test/tsconfig.json mocha -r ts-node/register test/*.ts",
    "test": "npm run test:lint && npm run test:unit",
    "build:cjs": "tsc -P tsconfig.json --module commonjs",
    "build:es6": "tsc -P tsconfig.json --module es6 --outDir lib/es6",
    "build": "npm run build:cjs && npm run build:es6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tylors/snabbdom-selector.git"
  },
  "keywords": [
    "Snabbdom",
    "CSS",
    "Selector"
  ],
  "author": "Tylor Steinberger <tlsteinberger167@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tylors/snabbdom-selector/issues"
  },
  "homepage": "https://github.com/tylors/snabbdom-selector#readme",
  "devDependencies": {
    "@types/mocha": "^2.2.32",
    "@types/node": "^6.0.46",
    "cross-env": "^3.1.3",
    "mocha": "^3.1.2",
    "snabbdom": "0.6.3",
    "ts-node": "^1.6.1",
    "tslint": "^3.15.1",
    "typescript": "2.0.6"
  },
  "dependencies": {
    "cssauron2": "^2.0.1"
  }
}
