{
  "name": "syn",
  "version": "0.15.0",
  "main": "dist/cjs/syn.js",
  "scripts": {
    "preversion": "npm test && npm run build",
    "postpublish": "git push --tags && git push",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish",
    "jshint": "jshint src/. --config",
    "testee": "testee test/test.html --browsers firefox",
    "test": "npm run jshint && npm run testee",
    "build": "node build.js"
  },
  "devDependencies": {
    "jquery": ">=2.0.0",
    "jquery-ui-dist": "^1.12.1",
    "jshint": "^2.8.0",
    "requirejs": "^2.3.3",
    "steal": "^2.0.0",
    "steal-qunit": "^1.0.1",
    "steal-tools": "^2.0.0",
    "testee": "^0.9.0",
    "tmp": "^0.0.31"
  },
  "steal": {
    "directories": {
      "lib": "src"
    },
    "main": "syn",
    "map": {},
    "ignoreBrowser": true
  },
  "author": {
    "name": "Bitovi",
    "email": "contact@bitovi.com",
    "web": "http://bitovi.com/"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:bitovi/syn.git",
    "github": "https://github.com/bitovi/syn"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/mit-license.php"
    }
  ]
}
