aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json37
1 files changed, 19 insertions, 18 deletions
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"
}
-