Adding raptor-data-providers as dev dependency (for tests)

This commit is contained in:
Phil Gates-Idem 2014-08-29 14:19:57 -04:00
parent a5dfee33b7
commit e3d9b5b62c

View File

@ -1,58 +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": {
"mocha": "~1.15.1",
"chai": "~1.8.1",
"jshint": "^2.5.0",
"raptor-cache": "^0.2.7-beta",
"dustjs-linkedin": "^2.3.4",
"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.23-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": "^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.23-beta"
}