was.wm.js – Blame information for rev 8

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 {
8 office 2 "_from": "was.wm.js",
3 "_id": "was.wm.js@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-V2zjdJAfwDfRdREi7d1KpFf8r3vUFcICqK8YtB2CHBWd+zYLAZsIbQ7qsdyehKDPLOeySCpmpVfso6KhW9yIyg==",
6 "_location": "/was.wm.js",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "tag",
10 "registry": true,
11 "raw": "was.wm.js",
12 "name": "was.wm.js",
13 "escapedName": "was.wm.js",
14 "rawSpec": "",
15 "saveSpec": null,
16 "fetchSpec": "latest"
1 office 17 },
8 office 18 "_requiredBy": [
19 "#USER",
20 "/"
21 ],
22 "_resolved": "https://npm.grimore.org/was.wm.js/-/was.wm.js-1.0.0.tgz",
23 "_shasum": "081de82b68aa7a180f8653cf958eb6426a959fb2",
24 "_spec": "was.wm.js",
25 "_where": "/Users/evacomaroski/Desktop/fluffy/www",
26 "author": {
27 "name": "Wizardry and Steamworks",
28 "email": "office@grimore.org"
29 },
30 "bundleDependencies": false,
31 "contributors": [
32 {
33 "name": "Wizardry and Steamworks",
34 "email": "office@grimore.org"
35 }
36 ],
37 "dependencies": {
38 "interact.js": "^1.2.8",
39 "jquery": "^3.3.1",
40 "js-cookie": "^2.2.0"
41 },
42 "deprecated": false,
43 "description": "Original repo at http://svn.grimore.org/was.wm.js",
1 office 44 "devDependencies": {
45 "grunt": "~0.4.5",
6 office 46 "grunt-contrib-concat": "~0.4.0",
1 office 47 "grunt-contrib-jshint": "~0.11.0",
48 "grunt-contrib-nodeunit": "~0.4.1",
6 office 49 "grunt-contrib-sass": "^1.0.0",
50 "grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
51 "grunt-contrib-watch": "~0.6.1"
1 office 52 },
53 "directories": {
54 "test": "test"
55 },
8 office 56 "engines": {
57 "node": ">= 0.10.0"
1 office 58 },
8 office 59 "homepage": "http://grimore.org",
1 office 60 "keywords": [
61 "wizardry",
62 "steamworks",
63 "javascript",
64 "window",
65 "manager",
66 "wm"
67 ],
68 "license": "GPL-3.0",
8 office 69 "main": "Gruntfile.js",
70 "name": "was.wm.js",
71 "repository": {
72 "type": "git",
73 "url": "svn+http://svn.grimore.org/was.wm.js"
74 },
75 "scripts": {
76 "test": "tap test/*.js"
77 },
78 "version": "1.0.0"
1 office 79 }