was.js – Blame information for rev 59

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