{
  "name": "motajs",
  "title": "MotaJS",
  "homepage": "http://jdmota.github.io/motajs/",
  "author": "João Mota",
  "description": "JavaScript library that aims to allow the developer to easily build web applications.",
  "main": "main/mota.js",
  "version": "0.18.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/jdmota/MotaJS.git"
  },
  "keywords": [
    "javascript",
    "browser",
    "library",
    "util",
    "functional",
    "motajs",
    "mota",
    "js"
  ],
  "scripts": {
    "start": "node tasks/server",
    "lint": "node tasks/lint",
    "test": "node tasks/build test && node test/node-testing",
    "build": "node tasks/build release test",
    "buildTest": "node tasks/build test",
    "custom": "node tasks/custom-build",
    "buildObservableTests": "browserify ./test/files/Observable/browser.js -o ./test/vendor/observable-tests-browser.js",
    "buildPromiseTests": "browserify ./test/files/Promise/browser.js -o ./test/vendor/promise-tests-browser.js"
  },
  "bugs": {
    "url": "https://github.com/jdmota/MotaJS/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "browserify": "^13.0.0",
    "es-observable-tests": "0.3.0",
    "jsdom": "9.4.1",
    "mota-webdevtools": "0.3.0",
    "motajs": "0.15.0",
    "promises-aplus-tests": "2.1.2"
  }
}
