https://github.com/Snugug/eq.js
Raw File
Tip revision: ec86fa9ba921740fb71e93836e6bc10c9ec3cf6c authored by Sam Richard on 16 October 2016, 13:09:08 UTC
Merge pull request #102 from Snugug/release/v1.9.1
Tip revision: ec86fa9
package.json
{
  "name": "eq.js",
  "version": "1.9.1",
  "description": "Element queries, fast and light",
  "main": "dist/eq.min.js",
  "keywords": [
    "Element Queries",
    "Responsive Web Design",
    "JavaScript",
    "RWD"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Snugug/eq.js.git"
  },
  "scripts": {
    "lint": "eslint build",
    "pretest": "npm run lint",
    "test": "gulp travis"
  },
  "author": "Sam Richard <sam@snug.ug>",
  "homepage": "https://github.com/Snugug/eq.js#readme",
  "license": "MIT",
  "devDependencies": {
    "browser-sync": "^2.17",
    "compass-options": "^0.1.1",
    "eslint": "^3.8.0",
    "eslint-config-punchcard": "^1.1.1",
    "eslint-config-xo-space": "^0.15.0",
    "gulp": "^3.9",
    "gulp-concat": "^2.6",
    "gulp-gzip": "1.4",
    "gulp-insert": "^0.5",
    "gulp-jasmine": "^2.4",
    "gulp-jshint": "^2.0",
    "gulp-rename": "^1.2",
    "gulp-sourcemaps": "^2.1",
    "gulp-uglify": "^2.0",
    "gulp-util": "^3.0",
    "jshint-stylish": "^2.2",
    "karma": "^1.3",
    "karma-coverage": "^1.1",
    "karma-coveralls": "^1.1",
    "karma-jasmine": "^1.0",
    "karma-phantomjs-launcher": "^1.0",
    "karma-spec-reporter": "0.0.26",
    "polyfill-service": "^3.12",
    "run-sequence": "^1.2",
    "stream": "^0.0.2"
  }
}
back to top