X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity/blobdiff_plain/f97380adc4933fa3bf65b84f010bd303c9dd28a2..eecd25c9188b5c045d89aa26d1d367dd5131d88f:/package.json diff --git a/package.json b/package.json index 9b87907..573eb9d 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,27 @@ { - "name" : "serpentity", - "description" : "A simple entity framework inspired by ash", - "version" : "0.1.3", - "contributors" : [ + "name": "serpentity", + "description": "A simple entity framework inspired by ash", + "version": "0.1.3", + "contributors": [ { - "name" : "Ben Beltran", - "email" : "ben@nsovocal.com", - "url" : "http://nsovocal.com" + "name": "Ben Beltran", + "email": "ben@nsovocal.com", + "url": "http://nsovocal.com" } ], - "repository" : { - "type" : "git", - "url" : "https://github.com/benbeltran/serpentity.git" + "repository": { + "type": "git", + "url": "https://github.com/benbeltran/serpentity.git" }, - "dependencies" : { - "neon" : "2.0.x" + "dependencies": { + "neon": "2.0.x" }, - "devDependencies" : { - "colors" : "0.6.2", - "tellurium" : "2.0.x" + "devDependencies": { + "colors": "0.6.2", + "tellurium": "2.0.x" }, - "engines" : { "node" : ">= 0.10.0" }, - "main" : "./lib/serpentity/serpentity.js" + "engines": { + "node": ">= 0.10.0" + }, + "main": "./lib/serpentity/serpentity.js" } -