{
  "name": "phnq_widgets",
  "description": "Embedded JavaScript templating tool",
  "homepage": "https://github.com/pgostovic/phnq_widgets",
  "keywords": [
    "phnq",
    "widgets",
    "server",
    "client",
    "browser"
  ],
  "author": "Patrick Gostovic <pg@phnq.org>",
  "repository": {
    "type": "git",
    "url": "git://github.com/pgostovic/phnq_widgets.git"
  },
  "main": "server/phnq_widgets.js",
  "version": "1.0.47",
  "dependencies": {
    "awssum": "0.12.0",
    "commander": "1.0.x",
    "express": "3.x",
    "less": "1.3.x",
    "mime": "1.2.x",
    "mocha": "1.6.0",
    "ncp": "2.0.x",
    "phnq_core": "1.0.x",
    "phnq_ejs": "1.0.x",
    "phnq_log": "1.0.x",
    "sax": "0.4.0",
    "uglify-js": "1.3.x",
    "underscore": "1.3.3",
    "zombie": "^6.1.4"
  },
  "scripts": {
    "test": "mocha -t 10000 -R spec"
  },
  "engines": {
    "node": "0.10.x"
  },
  "bin": {
    "phnq_widgets": "./bin/phnq_widgets"
  }
}
