diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-01-28 21:51:42 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-01-28 21:51:42 -0600 |
| commit | 8b2459296655a410370a281143ceca8ccd945df6 (patch) | |
| tree | 63f95fbe66e3c6204e46e7143355df55be8c2e5a | |
| parent | 167b4bbc35c38f76639d4e9e438b76e64fc5f457 (diff) | |
Updates README with revised deps and version
| -rw-r--r-- | package.json | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/package.json b/package.json index 7862cb9..2841e85 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "serpentity", "description": "A simple entity framework inspired by ash", - "version": "0.1.7", + "version": "1.0.0-alpha1", "contributors": [ { "name": "Ben Beltran", @@ -14,17 +14,13 @@ "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" + "gulp": "3.9.x", + "gulp-concat": "2.6.x" }, "engines": { - "node": ">= 0.10.0" + "node": ">= 4.0.0" }, - "main": "./lib/serpentity/serpentity.js" + "main": "./lib/serpentity.js" } |