Updated version to 1.1.24-beta

This commit is contained in:
Phil Gates-Idem 2014-08-29 17:28:02 -04:00
parent e3d9b5b62c
commit 0e8d1bcb2b

View File

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