diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-03-28 00:11:04 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-03-28 00:11:04 -0600 |
| commit | d24eedbc16dff03f940e342bda72b572befcc4a3 (patch) | |
| tree | 4818fff2da8dcb0767b69cc9172a9b889970e933 /package.json | |
| parent | 6869172198b8cf67a5d532bc4fbb04005d452b4d (diff) | |
| parent | efd207c0ea9b48b10126f01e8d4c60cf40f48d26 (diff) | |
Merge branch 'release/1.0.0'1.0.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json index 7862cb9..4346199 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "serpentity", "description": "A simple entity framework inspired by ash", - "version": "0.1.7", + "version": "1.0.0", "contributors": [ { - "name": "Ben Beltran", + "name": "Rubén Beltrán del Río", "email": "ben@nsovocal.com", "url": "http://nsovocal.com" } @@ -14,17 +14,17 @@ "url": "https://github.com/rbdr/serpentity.git" }, "dependencies": { - "neon": "2.0.x" }, "devDependencies": { - "colors": "0.6.2", - "tellurium": "2.0.x", - "gulp-uglify": "~0.3.1", - "gulp": "~3.8.7", - "gulp-concat": "~2.3.4" + "babel-preset-es2015": "6.6.x", + "gulp": "3.9.x", + "gulp-babel": "6.1.x", + "gulp-concat": "2.6.x", + "gulp-rename": "1.2.x", + "gulp-uglify": "1.5.x" }, "engines": { - "node": ">= 0.10.0" + "node": ">= 4.0.0" }, - "main": "./lib/serpentity/serpentity.js" + "main": "./lib/serpentity.js" } |