marko/package.json
2014-04-28 13:16:01 -06:00

30 lines
898 B
JSON

{
"name": "raptor-render-context",
"description": "Helper module for working with promises",
"repository": {
"type": "git",
"url": "https://github.com/raptorjs3/raptor-render-context.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test"
},
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
"dependencies": {
"raptor-logging": "^0.2.0-beta",
"raptor-strings": "^0.2.0-beta",
"events": "^1.0.0"
},
"devDependencies": {
"mocha": "~1.15.1",
"chai": "~1.8.1",
"through": "^2.3.4"
},
"license": "Apache License v2.0",
"bin": {},
"main": "lib/raptor-render-context.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "0.2.11-beta"
}