{
  "name": "riot-grid2",
  "version": "3.0.2",
  "description": "Version 2 of Riot Grid - with optimised columns and new api",
  "main": "lib/grid2.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/crisward/riot-grid2.git"
  },
  "scripts": {
    "test": "karma start",
    "tdd": "npm run watch & karma start --reporters=spec --browsers=Chrome --singleRun=false",
    "watch": "riot -w src lib --template pug",
    "build": "riot src lib --template pug"
  },
  "directories": {
    "lib": "lib"
  },
  "browserify": {
    "transform": [
      [
        "riotify",
        {
          "expr": false,
          "type": "coffee",
          "template": "pug",
          "extension": ".tag"
        }
      ],
      [
        "coffeeify",
        {
          "extension": ".coffee"
        }
      ]
    ]
  },
  "author": "cris ward",
  "license": "MIT",
  "publishConfig": {
    "registry": "http://registry.npmjs.org"
  },
  "devDependencies": {
    "browserify-istanbul": "^0.2.1",
    "chai": "^3.0.0",
    "coffee-script": "^1.9.3",
    "coffeeify": "^1.1.0",
    "coveralls": "^2.11.4",
    "es5-shim": "^4.4.1",
    "istanbul": "^0.3.20",
    "karma": "^0.13.9",
    "karma-browserify": "^4.3.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^0.2.1",
    "karma-coverage": "^0.5.0",
    "karma-mocha": "^0.1",
    "karma-phantomjs-launcher": "^0.1",
    "karma-sauce-launcher": "^0.2.14",
    "karma-sinon": "^1.0.4",
    "karma-spec-reporter": "0.0.20",
    "mocha": "^2.0.1",
    "pug": "^2.0.0-beta6",
    "riot": "^3.0.7",
    "riotify": "^0.1.2",
    "simulant": "^0.1.5",
    "sinon": "^1.12.2",
    "sinon-chai": "^2.8.0",
    "stylus": "^0.53.0",
    "watchify": "^3.2.1"
  }
}
