was.js – Blame information for rev 31

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