was.js

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 32  →  ?path2? @ 33
/trunk/package.json
@@ -1,29 +1,30 @@
{
"engines": {
"node": ">= 0.10.0"
"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-watch": "~0.6.1",
"grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony"
"grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-contrib-watch": "~0.6.1"
},
"name": "was.js",
"description": "Original repo at http://svn.grimore.org/was.js",
"version": "1.0.1",
"main": "dist/was.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tap test/*.js"
"engines": {
"node": ">= 0.10.0"
},
"repository": {
"type": "git",
"url": "svn+http://svn.grimore.org/was.js"
},
"homepage": "http://grimore.org",
"keywords": [
"wizardry",
"steamworks",
@@ -33,8 +34,15 @@
"utilities",
"extensions"
],
"author": "Wizardry and Steamworks <office@grimore.org>",
"license": "GPL-3.0",
"homepage": "http://grimore.org",
"dependencies": {}
"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.0"
}