ecube: Updated version to 0.2.28-beta

This commit is contained in:
Patrick Steele-Idem 2014-04-07 16:42:42 -06:00
parent e6924cabc1
commit a5eb2e8073

View File

@ -1,56 +1,57 @@
{ {
"name": "raptor-templates", "name": "raptor-templates",
"description": "Raptor Templates", "description": "Raptor Templates",
"keywords": [ "keywords": [
"templating", "templating",
"template", "template",
"async", "async",
"streaming" "streaming"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/raptorjs3/raptor-templates.git" "url": "https://github.com/raptorjs3/raptor-templates.git"
}, },
"scripts": { "scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test" "test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test"
}, },
"author": "Patrick Steele-Idem <pnidem@gmail.com>", "author": "Patrick Steele-Idem <pnidem@gmail.com>",
"maintainers": [ "maintainers": [
"Patrick Steele-Idem <pnidem@gmail.com>" "Patrick Steele-Idem <pnidem@gmail.com>"
], ],
"dependencies": { "dependencies": {
"raptor-detect": "^0.2.0-beta", "raptor-detect": "^0.2.0-beta",
"raptor-logging": "^0.2.0-beta", "raptor-logging": "^0.2.0-beta",
"raptor-strings": "^0.2.0-beta", "raptor-strings": "^0.2.0-beta",
"raptor-regexp": "^0.2.0-beta", "raptor-regexp": "^0.2.0-beta",
"raptor-util": "^0.2.0-beta", "raptor-util": "^0.2.0-beta",
"raptor-arrays": "^0.2.0-beta", "raptor-arrays": "^0.2.0-beta",
"raptor-json": "^0.2.0-beta", "raptor-json": "^0.2.0-beta",
"raptor-modules": "^0.2.0-beta", "raptor-modules": "^0.2.0-beta",
"raptor-render-context": "^0.2.0-beta", "raptor-render-context": "^0.2.0-beta",
"raptor-data-providers": "^0.2.0-beta", "raptor-data-providers": "^0.2.0-beta",
"raptor-xml": "^0.2.0-beta", "raptor-xml": "^0.2.0-beta",
"raptor-objects": "^0.2.0-beta", "raptor-objects": "^0.2.0-beta",
"raptor-ecma": "^0.2.0-beta", "raptor-ecma": "^0.2.0-beta",
"raptor-files": "^0.2.0-beta", "raptor-files": "^0.2.0-beta",
"htmlparser2": "~3.5.1", "htmlparser2": "~3.5.1",
"char-props": "~0.1.5", "char-props": "~0.1.5",
"raptor-promises": "^0.2.0-beta", "raptor-promises": "^0.2.0-beta",
"raptor-args": "^0.1.9-beta", "raptor-args": "^0.1.9-beta",
"minimatch": "^0.2.14" "minimatch": "^0.2.14"
}, },
"devDependencies": { "devDependencies": {
"mocha": "~1.15.1", "mocha": "~1.15.1",
"chai": "~1.8.1", "chai": "~1.8.1",
"raptor-cache": "^0.2.0-beta" "raptor-cache": "^0.2.0-beta"
}, },
"license": "Apache License v2.0", "license": "Apache License v2.0",
"bin": { "bin": {
"rhtmlc": "bin/rhtmlc" "rhtmlc": "bin/rhtmlc"
}, },
"main": "runtime/lib/raptor-templates.js", "main": "runtime/lib/raptor-templates.js",
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
}, },
"version": "0.2.27-beta" "version": "0.2.28-beta",
"ebay": {}
} }