{
  "author": "Brent Larsen",
  "name": "widgets",
  "description": "Widgets, the Framework: a website framework based on the idea of using widgets to build pages.",
  "version": "0.3.4",
  "repository": {
    "type": "git",
    "url": "git://github.com/brentoboy/widgets.git"
  },
  "main": "./src/framework.js",
  "keywords": [
    "js",
    "framework",
    "not-MVC"
  ],
  "dependencies": {
    "url-patterns": ">= 0.1.3",
    "less": ">= 1.7.0",
    "jsph": ">= 1.1.0",
    "jade": ">= 1.3.0",
    "async": ">= 0.2.10",
    "watchr": ">= 2.4.11",
    "underscore": ">= 1.6.0",
    "cli-color": ">= 0.2.3"
    },
  "devDependencies": {
    "mocha": ">= 1.17.1",
    "node-mocks-http": ">= 1.0.1",
    "chai": ">= 1.9.0"
  },
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "mocha"
  },
  "license": "GPL v2",
  "bugs": {
    "url": "https://github.com/brentoboy/widgets/issues"
  }
}
