{
  "name": "motor",
  "version": "0.1.4",
  "description": "A UI library.",
  "format": "es6",
  "main": false,
  "browser": "motor.js",
  "global": "motor.js",
  "license": "MPL",
  "homepage": "https://github.com/infamous/infamous",
  "scripts": {
    "test": "echo 'TODO: Test script' && exit 1",
    "clean": "mv motor.js motor.save && rm -rf ./*.js ./*.js.map && mv motor.save motor.js",
    "prepublish": "npm run build-cjs",
    "build-umd": "babel src --source-maps --out-dir . --modules umd",
    "build-cjs": "babel src --source-maps --out-dir . --modules common",
    "build-amd": "babel src --source-maps --out-dir . --modules amd",
    "build-global": "echo 'TODO: Global build' && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:infamous/infamous.git"
  },
  "authors": [
    "Joseph Orbegoso Pea <joe@trusktr.io>"
  ],
  "bugs": {
    "url": "https://github.com/infamous/infamous/issues"
  },
  "dependencies": {
    "army-knife": "^0.2.1",
    "famous": "git+https://github.com/trusktr/famous.git#trusktr",
    "famousify": "^0.1.5",
    "jss": "^0.10.1"
  },
  "devDependencies": {
    "babel": "^5.6.6"
  },
  "jspm": {
    "registry": "jspm",
    "dependencies": {
      "army-knife": "npm:army-knife@^0.2.1",
      "famous": "github:trusktr/famous@jspm",
      "jss": "npm:jss@^0.10.1"
    },
    "directories": {
      "lib": "src"
    }
  },
  "browserify": {
    "transform": [
      "famousify"
    ]
  },
  "keywords": [
    "gui",
    "graphical user interface",
    "graphical-user-interface",
    "interface",
    "interface library",
    "interface-library",
    "ui",
    "user interface",
    "user-interface",
    "widgets",
    "ui widgets",
    "ui-widgets",
    "components",
    "interface components",
    "interface-components",
    "ui components",
    "ui-components",
    "app components",
    "app-components",
    "layout",
    "rendertree",
    "render tree",
    "render-tree",
    "scenegraph",
    "scene graph",
    "scene-graph",
    "browser interface",
    "browser-interface",
    "interactive",
    "interaction",
    "3D",
    "3d",
    "graphics",
    "3D graphics",
    "3D-graphics",
    "3d graphics",
    "3d-graphics",
    "animation",
    "3D animation",
    "3D-animation",
    "3d animation",
    "3d-animation",
    "browser",
    "clientside",
    "client side",
    "client-side",
    "html5",
    "touch",
    "touch interface",
    "touch-interface",
    "responsive",
    "responsive interface",
    "responsive-interface",
    "mobile",
    "mobile development",
    "mobile-development",
    "famous",
    "famo.us",
    "web",
    "web development",
    "web-development",
    "webdev"
  ]
}
