was.js – Blame information for rev 47

Subversion Repositories:
Rev:
Rev Author Line No. Line
47 office 1 {
2 "author": {
3 "name": "Wizardry and Steamworks",
4 "email": "office@grimore.org"
5 },
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",
13 "devDependencies": {
14 "grunt": "~0.4.5",
15 "grunt-contrib-concat": "~0.4.0",
16 "grunt-contrib-jshint": "~0.11.0",
17 "grunt-contrib-nodeunit": "~0.4.1",
18 "grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
19 "grunt-contrib-watch": "~0.6.1"
20 },
21 "directories": {
22 "test": "test"
23 },
24 "engines": {
25 "node": ">= 0.10.0"
26 },
27 "homepage": "http://grimore.org",
28 "keywords": [
29 "wizardry",
30 "steamworks",
31 "javascript",
32 "jquery",
33 "library",
34 "utilities",
35 "extensions"
36 ],
37 "license": "GPL-3.0",
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 },
47 "version": "1.0.6"
48 }