diff --git a/package.json b/package.json index fc7593094..b8efbdc14 100644 --- a/package.json +++ b/package.json @@ -1,60 +1,60 @@ { - "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 ", - "maintainers": [ - "Patrick Steele-Idem " - ], - "dependencies": { - "char-props": "~0.1.5", - "events": "^1.0.2", - "htmlparser2": "^3.7.2", - "minimatch": "^0.2.14", - "property-handlers": "^0.2.1-beta", - "raptor-args": "^1.0.0-beta", - "raptor-json": "^1.0.0-beta", - "raptor-logging": "^1.0.0-beta", - "raptor-modules": "^1.0.0-beta", - "raptor-polyfill": "^1.0.0-beta", - "raptor-promises": "^1.0.0-beta", - "raptor-regexp": "^1.0.0-beta", - "raptor-render-context": "^1.0.0-beta", - "raptor-strings": "^1.0.0-beta", - "raptor-taglib-async": "^1.0.0-beta", - "raptor-taglib-layout": "^1.0.0-beta", - "raptor-util": "^1.0.0-beta", - "sax": "^0.6.0" - }, - "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.25-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 ", + "maintainers": [ + "Patrick Steele-Idem " + ], + "dependencies": { + "char-props": "~0.1.5", + "events": "^1.0.2", + "htmlparser2": "^3.7.2", + "minimatch": "^0.2.14", + "property-handlers": "^0.2.1-beta", + "raptor-args": "^1.0.0-beta", + "raptor-json": "^1.0.0-beta", + "raptor-logging": "^1.0.0-beta", + "raptor-modules": "^1.0.0-beta", + "raptor-polyfill": "^1.0.0-beta", + "raptor-promises": "^1.0.0-beta", + "raptor-regexp": "^1.0.0-beta", + "raptor-render-context": "^1.0.0-beta", + "raptor-strings": "^1.0.0-beta", + "raptor-taglib-async": "^1.0.0-beta", + "raptor-taglib-layout": "^1.0.0-beta", + "raptor-util": "^1.0.0-beta", + "sax": "^0.6.0" + }, + "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.26-beta" +} \ No newline at end of file