mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
33 lines
993 B
JSON
33 lines
993 B
JSON
{
|
|
"name": "raptor-render-context",
|
|
"version": "0.1.0-SNAPSHOT",
|
|
"description": "Helper module for working with promises",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/raptorjs/raptor-render-context.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-util": "0.1.0-SNAPSHOT",
|
|
"raptor-logging": "0.1.0-SNAPSHOT",
|
|
"raptor-detect": "0.1.0-SNAPSHOT",
|
|
"raptor-promises": "0.1.0-SNAPSHOT"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.15.1",
|
|
"chai": "~1.8.1"
|
|
},
|
|
"license": "Apache License v2.0",
|
|
"bin": {},
|
|
"main": "lib/promises.js",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"browser": {
|
|
"./lib/Context_server.js": null
|
|
}
|
|
} |