X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity/blobdiff_plain/8b2459296655a410370a281143ceca8ccd945df6..efd207c0ea9b48b10126f01e8d4c60cf40f48d26:/package.json diff --git a/package.json b/package.json index 2841e85..4346199 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "serpentity", "description": "A simple entity framework inspired by ash", - "version": "1.0.0-alpha1", + "version": "1.0.0", "contributors": [ { - "name": "Ben Beltran", + "name": "Rubén Beltrán del Río", "email": "ben@nsovocal.com", "url": "http://nsovocal.com" } @@ -16,8 +16,12 @@ "dependencies": { }, "devDependencies": { + "babel-preset-es2015": "6.6.x", "gulp": "3.9.x", - "gulp-concat": "2.6.x" + "gulp-babel": "6.1.x", + "gulp-concat": "2.6.x", + "gulp-rename": "1.2.x", + "gulp-uglify": "1.5.x" }, "engines": { "node": ">= 4.0.0"