Comparing version 0.8.0-beta3 to 0.8.0-beta4
{ | ||
"name": "pogo", | ||
"version": "0.8.0-beta3", | ||
"version": "0.8.0-beta4", | ||
"description": "A readable, DSL friendly programming language that compiles to JavaScript", | ||
@@ -23,6 +23,5 @@ "author": "Tim Macfarlane <timmacfarlane@gmail.com>", | ||
"devDependencies": { | ||
"bluebird": "^1.2.4", | ||
"bluebird": "^2.0.7", | ||
"browserify": "", | ||
"chai": "^1.9.1", | ||
"es6-promise": "~1.0.0", | ||
"glob": "", | ||
@@ -32,6 +31,3 @@ "install": "~0.1.7", | ||
"mocha": "^1.18.2", | ||
"npm": "~1.4.10", | ||
"pogoify": "", | ||
"promises-aplus-tests": "^2.0.4", | ||
"should": "" | ||
"pogoify": "0.0.3" | ||
}, | ||
@@ -47,3 +43,3 @@ "bugs": { | ||
"peerDependencies": { | ||
"bluebird": "~1.2.4" | ||
"bluebird": "~2.0.7" | ||
}, | ||
@@ -54,3 +50,4 @@ "keywords": [ | ||
], | ||
"license": "BSD-2-Clause" | ||
"license": "BSD-2-Clause", | ||
"browser": "lib/parser/compiler.js" | ||
} |
8
466601