From a5eb2e80731817a5e78e17e54aed4ec96d8afe74 Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Mon, 7 Apr 2014 16:42:42 -0600 Subject: [PATCH] ecube: Updated version to 0.2.28-beta --- package.json | 109 ++++++++++++++++++++++++++------------------------- 1 file changed, 55 insertions(+), 54 deletions(-) diff --git a/package.json b/package.json index 8f5d0c187..0d2986bbb 100644 --- a/package.json +++ b/package.json @@ -1,56 +1,57 @@ { - "name": "raptor-templates", - "description": "Raptor Templates", - "keywords": [ - "templating", - "template", - "async", - "streaming" - ], - "repository": { - "type": "git", - "url": "https://github.com/raptorjs3/raptor-templates.git" - }, - "scripts": { - "test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test" - }, - "author": "Patrick Steele-Idem ", - "maintainers": [ - "Patrick Steele-Idem " - ], - "dependencies": { - "raptor-detect": "^0.2.0-beta", - "raptor-logging": "^0.2.0-beta", - "raptor-strings": "^0.2.0-beta", - "raptor-regexp": "^0.2.0-beta", - "raptor-util": "^0.2.0-beta", - "raptor-arrays": "^0.2.0-beta", - "raptor-json": "^0.2.0-beta", - "raptor-modules": "^0.2.0-beta", - "raptor-render-context": "^0.2.0-beta", - "raptor-data-providers": "^0.2.0-beta", - "raptor-xml": "^0.2.0-beta", - "raptor-objects": "^0.2.0-beta", - "raptor-ecma": "^0.2.0-beta", - "raptor-files": "^0.2.0-beta", - "htmlparser2": "~3.5.1", - "char-props": "~0.1.5", - "raptor-promises": "^0.2.0-beta", - "raptor-args": "^0.1.9-beta", - "minimatch": "^0.2.14" - }, - "devDependencies": { - "mocha": "~1.15.1", - "chai": "~1.8.1", - "raptor-cache": "^0.2.0-beta" - }, - "license": "Apache License v2.0", - "bin": { - "rhtmlc": "bin/rhtmlc" - }, - "main": "runtime/lib/raptor-templates.js", - "publishConfig": { - "registry": "https://registry.npmjs.org/" - }, - "version": "0.2.27-beta" + "name": "raptor-templates", + "description": "Raptor Templates", + "keywords": [ + "templating", + "template", + "async", + "streaming" + ], + "repository": { + "type": "git", + "url": "https://github.com/raptorjs3/raptor-templates.git" + }, + "scripts": { + "test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test" + }, + "author": "Patrick Steele-Idem ", + "maintainers": [ + "Patrick Steele-Idem " + ], + "dependencies": { + "raptor-detect": "^0.2.0-beta", + "raptor-logging": "^0.2.0-beta", + "raptor-strings": "^0.2.0-beta", + "raptor-regexp": "^0.2.0-beta", + "raptor-util": "^0.2.0-beta", + "raptor-arrays": "^0.2.0-beta", + "raptor-json": "^0.2.0-beta", + "raptor-modules": "^0.2.0-beta", + "raptor-render-context": "^0.2.0-beta", + "raptor-data-providers": "^0.2.0-beta", + "raptor-xml": "^0.2.0-beta", + "raptor-objects": "^0.2.0-beta", + "raptor-ecma": "^0.2.0-beta", + "raptor-files": "^0.2.0-beta", + "htmlparser2": "~3.5.1", + "char-props": "~0.1.5", + "raptor-promises": "^0.2.0-beta", + "raptor-args": "^0.1.9-beta", + "minimatch": "^0.2.14" + }, + "devDependencies": { + "mocha": "~1.15.1", + "chai": "~1.8.1", + "raptor-cache": "^0.2.0-beta" + }, + "license": "Apache License v2.0", + "bin": { + "rhtmlc": "bin/rhtmlc" + }, + "main": "runtime/lib/raptor-templates.js", + "publishConfig": { + "registry": "https://registry.npmjs.org/" + }, + "version": "0.2.28-beta", + "ebay": {} } \ No newline at end of file