{
  "name": "aight",
  "version": "2.1.1",
  "description": "un-suck JavaScript APIs in IE8 & 9",
  "main": "aight.js",
  "bin": {
    "aight": "./bin/aight"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "falafel": "^0.3.1",
    "rw": "^0.1.4"
  },
  "devDependencies": {
    "phantomjs": "^1.9.15",
    "uglify-js": "^2.4.16",
    "watchy": "^0.6.0",
    "zuul": "^1.16.5"
  },
  "scripts": {
    "build": "make clean all",
    "test": "zuul -- test/tests.js",
    "test:local": "zuul --local 8080 -- test/tests.js",
    "test:phantom": "zuul --phantom -- test/tests.js",
    "watch": "watchy -w lib,src,Makefile,package.json -- npm run build",
    "watch:test": "watchy -w *.js,test -- npm run test:local"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shawnbot/aight.git"
  },
  "keywords": [
    "js",
    "dom",
    "es5",
    "css",
    "ie",
    "ie8",
    "ie9",
    "windows",
    "browser",
    "compatibility"
  ],
  "author": "Shawn Allen <shawn.allen@hush.com>",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/shawnbot/aight/issues"
  },
  "homepage": "https://github.com/shawnbot/aight"
}
