was.wm.js – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 {
2 "engines": {
3 "node": ">= 0.10.0"
4 },
5 "devDependencies": {
6 "grunt": "~0.4.5",
7 "grunt-contrib-jshint": "~0.11.0",
8 "grunt-contrib-watch": "~0.6.1",
9 "grunt-contrib-nodeunit": "~0.4.1",
10 "grunt-contrib-concat": "~0.4.0",
11 "grunt-contrib-uglify": "~0.5.0"
12 },
2 office 13 "name": "was.wm.js",
1 office 14 "description": "Original repo at http://svn.grimore.org/was.wm.js",
15 "version": "1.0.0",
16 "main": "Gruntfile.js",
17 "directories": {
18 "test": "test"
19 },
20 "scripts": {
21 "test": "tap test/*.js"
22 },
23 "repository": {
24 "type": "git",
25 "url": "svn+http://svn.grimore.org/was.wm.js"
26 },
27 "keywords": [
28 "wizardry",
29 "steamworks",
30 "javascript",
31 "window",
32 "manager",
33 "wm"
34 ],
35 "author": "Wizardry and Steamworks <office@grimore.org>",
36 "license": "GPL-3.0",
2 office 37 "homepage": "http://grimore.org",
38 "dependencies": {}
1 office 39 }