was.wm.js – Rev 1

Subversion Repositories:
Rev:
{
  "engines": {
    "node": ">= 0.10.0"
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-contrib-jshint": "~0.11.0",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-contrib-nodeunit": "~0.4.1",
    "grunt-contrib-concat": "~0.4.0",
    "grunt-contrib-uglify": "~0.5.0"
  },
  "name": "was",
  "description": "Original repo at http://svn.grimore.org/was.wm.js",
  "version": "1.0.0",
  "main": "Gruntfile.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "svn+http://svn.grimore.org/was.wm.js"
  },
  "keywords": [
    "wizardry",
    "steamworks",
    "javascript",
    "window",
    "manager",
    "wm"
  ],
  "author": "Wizardry and Steamworks <office@grimore.org>",
  "license": "GPL-3.0",
  "homepage": "http://grimore.org"
}