scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 116  →  ?path2? @ 117
/bower_components/was/package.json
@@ -0,0 +1,39 @@
{
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-uglify": "~0.5.0"
},
"name": "was",
"description": "Original repo at http://svn.grimore.org/was.js",
"version": "1.0.0",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "svn+http://svn.grimore.org/was.js"
},
"keywords": [
"wizardry",
"steamworks",
"javascript",
"jquery",
"library",
"utilities",
"extensions"
],
"author": "Wizardry and Steamworks <office@grimore.org>",
"license": "GPL-3.0",
"homepage": "http://grimore.org"
}