aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
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"
}