mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Updated version to 0.2.37-beta
This commit is contained in:
parent
5c6ff73a35
commit
f473f6a422
120
package.json
120
package.json
@ -1,61 +1,61 @@
|
|||||||
{
|
{
|
||||||
"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/ dust/"
|
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint compiler/ runtime/ taglibs/ dust/"
|
||||||
},
|
},
|
||||||
"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",
|
||||||
"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",
|
||||||
"property-handlers": "^0.2.1-beta",
|
"property-handlers": "^0.2.1-beta",
|
||||||
"raptor-dust": "^0.3.6-beta"
|
"raptor-dust": "^0.3.6-beta"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "~1.15.1",
|
"mocha": "~1.15.1",
|
||||||
"chai": "~1.8.1",
|
"chai": "~1.8.1",
|
||||||
"jshint": "^2.5.0",
|
"jshint": "^2.5.0",
|
||||||
"raptor-cache": "^0.2.7-beta",
|
"raptor-cache": "^0.2.7-beta",
|
||||||
"dustjs-linkedin": "^2.3.4",
|
"dustjs-linkedin": "^2.3.4",
|
||||||
"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": "0.2.36-beta"
|
"version": "0.2.37-beta"
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user