was.wm.js – Blame information for rev 11

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 {
8 office 2 "author": {
3 "name": "Wizardry and Steamworks",
4 "email": "office@grimore.org"
5 },
6 "bundleDependencies": false,
7 "contributors": [
8 {
9 "name": "Wizardry and Steamworks",
10 "email": "office@grimore.org"
11 }
12 ],
13 "dependencies": {
14 "interact.js": "^1.2.8",
15 "jquery": "^3.3.1",
16 "js-cookie": "^2.2.0"
17 },
18 "deprecated": false,
19 "description": "Original repo at http://svn.grimore.org/was.wm.js",
1 office 20 "devDependencies": {
21 "grunt": "~0.4.5",
6 office 22 "grunt-contrib-concat": "~0.4.0",
1 office 23 "grunt-contrib-jshint": "~0.11.0",
24 "grunt-contrib-nodeunit": "~0.4.1",
6 office 25 "grunt-contrib-sass": "^1.0.0",
26 "grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
27 "grunt-contrib-watch": "~0.6.1"
1 office 28 },
29 "directories": {
30 "test": "test"
31 },
8 office 32 "engines": {
33 "node": ">= 0.10.0"
1 office 34 },
8 office 35 "homepage": "http://grimore.org",
1 office 36 "keywords": [
37 "wizardry",
38 "steamworks",
39 "javascript",
40 "window",
41 "manager",
42 "wm"
43 ],
44 "license": "GPL-3.0",
8 office 45 "main": "Gruntfile.js",
46 "name": "was.wm.js",
47 "repository": {
48 "type": "git",
49 "url": "svn+http://svn.grimore.org/was.wm.js"
50 },
51 "scripts": {
52 "test": "tap test/*.js"
53 },
54 "version": "1.0.0"
1 office 55 }