marko/package.json
2014-02-18 08:47:34 -07:00

52 lines
1.4 KiB
JSON

{
"name": "raptor-templates",
"version": "0.1.0-SNAPSHOT",
"description": "Raptor Templates",
"keywords": [
"templating",
"template",
"async",
"streaming"
],
"repository": {
"type": "git",
"url": "https://github.com/raptorjs/raptor-templates.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test"
},
"author": "Patrick Steele-Idem <psteeleidem@ebay.com>",
"maintainers": [
"Patrick Steele-Idem <psteeleidem@ebay.com>"
],
"dependencies": {
"raptor-detect": "~0.1.0-SNAPSHOT",
"raptor-logging": "~0.1.0-SNAPSHOT",
"raptor-strings": "~0.1.0-SNAPSHOT",
"raptor-regexp": "~0.1.0-SNAPSHOT",
"raptor-util": "~0.1.0-SNAPSHOT",
"raptor-arrays": "~0.1.0-SNAPSHOT",
"raptor-json": "~0.1.0-SNAPSHOT",
"raptor-modules": "~0.1.0-SNAPSHOT",
"raptor-render-context": "~0.1.0-SNAPSHOT",
"raptor-data-providers": "~0.1.0-SNAPSHOT",
"raptor-xml": "~0.1.0-SNAPSHOT",
"raptor-objects": "~0.1.0-SNAPSHOT",
"raptor-ecma": "~0.1.0-SNAPSHOT",
"raptor-files": "~0.1.0-SNAPSHOT",
"htmlparser2": "~3.4.0",
"char-props": "~0.1.5"
},
"devDependencies": {
"mocha": "~1.15.1",
"chai": "~1.8.1",
"raptor-cache": "~0.1.0-SNAPSHOT"
},
"license": "Apache License v2.0",
"bin": {},
"main": "runtime/lib/raptor-templates.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}