was.wm.js

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 7  →  ?path2? @ 8
/trunk/package.json
@@ -1,7 +1,46 @@
{
"engines": {
"node": ">= 0.10.0"
"_from": "was.wm.js",
"_id": "was.wm.js@1.0.0",
"_inBundle": false,
"_integrity": "sha512-V2zjdJAfwDfRdREi7d1KpFf8r3vUFcICqK8YtB2CHBWd+zYLAZsIbQ7qsdyehKDPLOeySCpmpVfso6KhW9yIyg==",
"_location": "/was.wm.js",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "was.wm.js",
"name": "was.wm.js",
"escapedName": "was.wm.js",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://npm.grimore.org/was.wm.js/-/was.wm.js-1.0.0.tgz",
"_shasum": "081de82b68aa7a180f8653cf958eb6426a959fb2",
"_spec": "was.wm.js",
"_where": "/Users/evacomaroski/Desktop/fluffy/www",
"author": {
"name": "Wizardry and Steamworks",
"email": "office@grimore.org"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Wizardry and Steamworks",
"email": "office@grimore.org"
}
],
"dependencies": {
"interact.js": "^1.2.8",
"jquery": "^3.3.1",
"js-cookie": "^2.2.0"
},
"deprecated": false,
"description": "Original repo at http://svn.grimore.org/was.wm.js",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.4.0",
@@ -11,20 +50,13 @@
"grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-contrib-watch": "~0.6.1"
},
"name": "was.wm.js",
"description": "Original repo at http://svn.grimore.org/was.wm.js",
"version": "1.0.3",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tap test/*.js"
"engines": {
"node": ">= 0.10.0"
},
"repository": {
"type": "git",
"url": "svn+http://svn.grimore.org/was.wm.js"
},
"homepage": "http://grimore.org",
"keywords": [
"wizardry",
"steamworks",
@@ -33,12 +65,15 @@
"manager",
"wm"
],
"author": "Wizardry and Steamworks <office@grimore.org>",
"license": "GPL-3.0",
"homepage": "http://grimore.org",
"dependencies": {
"cookie.js": "^3.0.0",
"interact.js": "^1.2.8",
"jquery": "^3.3.1"
}
"main": "Gruntfile.js",
"name": "was.wm.js",
"repository": {
"type": "git",
"url": "svn+http://svn.grimore.org/was.wm.js"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.0.0"
}