marko/package.json
2014-05-27 00:52:37 -04:00

42 lines
1.4 KiB
JSON

{
"name": "raptor-widgets",
"description": "Module to support binding of behavior to rendered UI components rendered on the server or client",
"repository": {
"type": "git",
"url": "https://github.com/raptorjs3/raptor-widgets.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint lib/ dust/ dust/"
},
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
"dependencies": {
"raptor-listeners": "^0.2.0-beta",
"raptor-pubsub": "^0.2.0-beta",
"raptor-dom": "^0.2.0-beta",
"raptor-util": "^0.2.0-beta",
"raptor-detect": "^0.2.0-beta",
"raptor-modules": "^0.2.0-beta",
"raptor-strings": "^0.2.0-beta",
"raptor-objects": "^0.2.0-beta",
"raptor-json": "^0.2.0-beta",
"raptor-logging": "^0.2.1-beta",
"raptor-dust": "^0.3.6-beta",
"raptor-ecma": "^0.2.0-beta",
"events": "^1.0.0",
"raptor-renderer": "^0.2.3-beta"
},
"devDependencies": {
"mocha": "~1.15.1",
"chai": "~1.8.1",
"dustjs-linkedin": "^2.3.4",
"jshint": "^2.5.0"
},
"license": "Apache License v2.0",
"bin": {},
"main": "lib/raptor-widgets.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "0.2.14-beta"
}