{
  "author": {
    "name": "Jeff Hanson"
  },
  "bugs": {
    "url": "https://github.com/jshanson7/prefix-property/issues"
  },
  "dependencies": {},
  "description": "Vendor-prefix any property.",
  "devDependencies": {
    "babel": "^5.8.23",
    "babel-eslint": "^4.1.3",
    "babel-loader": "^5.3.2",
    "babel-runtime": "^5.8.25",
    "coveralls": "^2.11.4",
    "eslint": "^1.6.0",
    "eslint-loader": "^1.1.0",
    "json-loader": "^0.5.3",
    "lodash": "^3.10.1",
    "mocha": "^2.3.3",
    "mocha-lcov-reporter": "^1.0.0",
    "mocha-loader": "^0.7.1",
    "parallelshell": "^2.0.0",
    "uglifyjs": "^2.4.10",
    "watch": "^0.16.0",
    "webpack": "^1.12.2"
  },
  "directories": {},
  "dist": {
    "shasum": "a01c596c9431da360696f5189de8650f6a7cb400",
    "tarball": "http://npm.51.nb/prefix-property/-/prefix-property-1.0.23.tgz"
  },
  "gitHead": "b3dcd081cd46e8a0c73a571b7c1d863e1c35b190",
  "homepage": "https://github.com/jshanson7/prefix-property#readme",
  "keywords": [
    "prefix",
    "property",
    "vendor",
    "detect",
    "css",
    "js"
  ],
  "license": "MIT",
  "main": "dist/prefix-property.js",
  "maintainers": [
    {
      "name": "jshanson7",
      "email": "jshanson7@gmail.com"
    }
  ],
  "name": "miox-prefix-property",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshanson7/prefix-property.git"
  },
  "scripts": {
    "build": "npm run webpack && node_modules/.bin/parallelshell 'npm run webpack-test' 'npm run uglify'",
    "build-watch": "parallelshell 'npm run webpack-watch' 'npm run webpack-test-watch'",
    "dev": "parallelshell 'npm run build-watch' 'npm run test-watch'",
    "lint": "eslint src test --ignore-pattern ./**/*/*.{compiled,min}.js --quiet",
    "lint-watch": "watch 'npm run lint' test src",
    "start": "npm run dev",
    "test": "npm run lint && npm run test-node",
    "test-browser": "open test/test.html",
    "test-node": "mocha test/test",
    "test-node-watch": "watch 'npm run test-node' test src",
    "test-watch": "parallelshell 'npm run lint-watch' 'npm run test-node-watch'",
    "uglify": "uglifyjs dist/prefix-property.js -c -m -o dist/prefix-property.min.js",
    "webpack": "webpack",
    "webpack-test": "npm run webpack -- --config webpack.test.config.js",
    "webpack-test-watch": "npm run webpack-test -- --watch",
    "webpack-watch": "npm run webpack -- --watch"
  },
  "version": "1.0.23"
}
