was.wm.js – Blame information for rev 7

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",
6 office 7 "grunt-contrib-concat": "~0.4.0",
1 office 8 "grunt-contrib-jshint": "~0.11.0",
9 "grunt-contrib-nodeunit": "~0.4.1",
6 office 10 "grunt-contrib-sass": "^1.0.0",
11 "grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
12 "grunt-contrib-watch": "~0.6.1"
1 office 13 },
2 office 14 "name": "was.wm.js",
1 office 15 "description": "Original repo at http://svn.grimore.org/was.wm.js",
7 office 16 "version": "1.0.3",
1 office 17 "main": "Gruntfile.js",
18 "directories": {
19 "test": "test"
20 },
21 "scripts": {
22 "test": "tap test/*.js"
23 },
24 "repository": {
25 "type": "git",
26 "url": "svn+http://svn.grimore.org/was.wm.js"
27 },
28 "keywords": [
29 "wizardry",
30 "steamworks",
31 "javascript",
32 "window",
33 "manager",
34 "wm"
35 ],
36 "author": "Wizardry and Steamworks <office@grimore.org>",
37 "license": "GPL-3.0",
2 office 38 "homepage": "http://grimore.org",
3 office 39 "dependencies": {
40 "cookie.js": "^3.0.0",
41 "interact.js": "^1.2.8",
42 "jquery": "^3.3.1"
43 }
1 office 44 }