Upgraded raptor module versions

This commit is contained in:
Patrick Steele-Idem 2014-09-04 16:04:29 -06:00
parent 0e8d1bcb2b
commit 20d574172a

View File

@ -1,59 +1,59 @@
{
"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 && node_modules/.bin/jshint compiler/ runtime/ taglibs/"
},
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"maintainers": [
"Patrick Steele-Idem <pnidem@gmail.com>"
],
"dependencies": {
"raptor-logging": "^0.2.6-beta",
"raptor-strings": "^0.2.1-beta",
"raptor-regexp": "^0.2.1-beta",
"raptor-util": "^0.2.5-beta",
"raptor-json": "^0.2.1-beta",
"raptor-modules": "^0.2.21-beta",
"raptor-render-context": "^0.2.19-beta",
"raptor-polyfill": "^0.2.3-beta",
"htmlparser2": "^3.7.2",
"char-props": "~0.1.5",
"raptor-promises": "^0.2.2-beta",
"raptor-args": "^0.1.14-beta",
"minimatch": "^0.2.14",
"property-handlers": "^0.2.1-beta",
"sax": "^0.6.0",
"raptor-taglib-async": "^0.1.2-beta",
"raptor-taglib-layout": "^0.1.3-beta"
},
"devDependencies": {
"chai": "~1.8.1",
"dustjs-linkedin": "^2.3.4",
"jshint": "^2.5.0",
"mocha": "~1.15.1",
"raptor-cache": "^0.2.7-beta",
"raptor-data-providers": "^0.2.4-beta",
"through": "^2.3.4"
},
"license": "Apache License v2.0",
"bin": {
"rhtmlc": "bin/rhtmlc"
},
"main": "runtime/raptor-templates-runtime.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"ebay": {},
"version": "1.1.24-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 && node_modules/.bin/jshint compiler/ runtime/ taglibs/"
},
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"maintainers": [
"Patrick Steele-Idem <pnidem@gmail.com>"
],
"dependencies": {
"raptor-logging": "^1.0.0-beta",
"raptor-strings": "^1.0.0-beta",
"raptor-regexp": "^1.0.0-beta",
"raptor-util": "^1.0.0-beta",
"raptor-json": "^1.0.0-beta",
"raptor-modules": "^1.0.0-beta",
"raptor-render-context": "^1.0.0-beta",
"raptor-polyfill": "^1.0.0-beta",
"htmlparser2": "^3.7.2",
"char-props": "~0.1.5",
"raptor-promises": "^1.0.0-beta",
"raptor-args": "^1.0.0-beta",
"minimatch": "^0.2.14",
"property-handlers": "^0.2.1-beta",
"sax": "^0.6.0",
"raptor-taglib-async": "^1.0.0-beta",
"raptor-taglib-layout": "^1.0.0-beta"
},
"devDependencies": {
"chai": "~1.8.1",
"dustjs-linkedin": "^2.3.4",
"jshint": "^2.5.0",
"mocha": "~1.15.1",
"raptor-cache": "^1.0.0-beta",
"raptor-data-providers": "^1.0.0-beta",
"through": "^2.3.4"
},
"license": "Apache License v2.0",
"bin": {
"rhtmlc": "bin/rhtmlc"
},
"main": "runtime/raptor-templates-runtime.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"ebay": {},
"version": "1.1.24-beta"
}