connorjburton/jquery-bem

View on GitHub
package.json

Summary

Maintainability
Test Coverage
 {
  "name": "jquery-bem-utils",
  "version": "0.0.8",
  "description": "Package to add support for BEM to jQuery",
  "main": "dist/jquery-bem-utils.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/connorjburton/jquery-bem-utils.git"
  },
  "keywords": [
    "bem",
    "jquery",
    "js",
    "es6"
  ],
  "author": "Connor Burton",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/connorjburton/jquery-bem-utils/issues"
  },
  "homepage": "https://github.com/connorjburton/jquery-bem-utils#readme",
  "dependencies": {
    "jquery": "^2.2.3"
  },
  "devDependencies": {
    "babel-core": "^6.9.1",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.9.0",
    "webpack": "^1.13.1"
  }
}