mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "raptor-widgets",
|
|
"version": "0.2.0-beta",
|
|
"description": "Module to support binding of behavior to rendered UI components rendered on the server or client",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/raptorjs/raptor-widgets.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-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-templates": "^0.2.0-beta"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.15.1",
|
|
"chai": "~1.8.1",
|
|
"raptor-optimizer": "^0.2.0-beta",
|
|
"jsdom": "~0.10.1"
|
|
},
|
|
"license": "Apache License v2.0",
|
|
"bin": {},
|
|
"main": "lib/raptor-widgets.js",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
}
|
|
}
|