marko/package.json
2014-10-02 23:02:14 -06:00

39 lines
1.2 KiB
JSON

{
"name": "marko-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/raptorjs/marko-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": {
"events": "^1.0.2",
"raptor-dom": "^1.0.0",
"raptor-dust": "^1.1.2",
"raptor-json": "^1.0.1",
"raptor-logging": "^1.0.1",
"raptor-modules": "^1.0.5",
"raptor-polyfill": "^1.0.0",
"raptor-pubsub": "^1.0.2",
"raptor-renderer": "^1.1.1",
"raptor-util": "^1.0.0"
},
"devDependencies": {
"chai": "~1.8.1",
"dustjs-linkedin": "^2.3.4",
"jshint": "^2.5.0",
"mocha": "~1.15.1",
"raptor-strings": "^1.0.0"
},
"license": "Apache License v2.0",
"bin": {},
"main": "lib/marko-widgets.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"version": "1.1.2"
}