was.js – Blame information for rev 17

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",
7 "grunt-contrib-jshint": "~0.11.0",
8 "grunt-contrib-watch": "~0.6.1",
9 "grunt-contrib-nodeunit": "~0.4.1",
17 office 10 "grunt-contrib-concat": "~0.4.0"
2 office 11 },
13 office 12 "name": "was.js",
2 office 13 "description": "Original repo at http://svn.grimore.org/was.js",
14 "version": "1.0.0",
15 "main": "Gruntfile.js",
16 "directories": {
17 "test": "test"
18 },
19 "scripts": {
20 "test": "tap test/*.js"
21 },
22 "repository": {
23 "type": "git",
24 "url": "svn+http://svn.grimore.org/was.js"
25 },
26 "keywords": [
27 "wizardry",
28 "steamworks",
29 "javascript",
30 "jquery",
31 "library",
32 "utilities",
33 "extensions"
34 ],
35 "author": "Wizardry and Steamworks <office@grimore.org>",
36 "license": "GPL-3.0",
37 "homepage": "http://grimore.org"
38 }