was.js

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 36  →  ?path2? @ 37
/tags/1.0.2/package.json
@@ -0,0 +1,48 @@
{
"author": {
"name": "Wizardry and Steamworks",
"email": "office@grimore.org"
},
"contributors": [
{
"name": "Wizardry and Steamworks",
"email": "office@grimore.org"
}
],
"description": "Original repo at http://svn.grimore.org/was.js",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-contrib-watch": "~0.6.1"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "http://grimore.org",
"keywords": [
"wizardry",
"steamworks",
"javascript",
"jquery",
"library",
"utilities",
"extensions"
],
"license": "GPL-3.0",
"main": "dist/was.min.js",
"name": "was.js",
"repository": {
"type": "git",
"url": "svn+http://svn.grimore.org/was.js"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.0.2"
}