madlib-xdm-provider
Version:
The server-side XDM provider files for madlib-xhr-xdm
58 lines (57 loc) • 1.52 kB
JSON
{
"name": "madlib-xdm-provider",
"description": "The server-side XDM provider files for madlib-xhr-xdm",
"main": "lib/index.js",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/Qwerios/madlib-xdm-provider.git"
},
"keywords": [
"madlib"
],
"browserify": {
"transform": [
"coffeeify"
]
},
"author": {
"name": "Mark Doeswijk",
"email": "mdoeswijk@gmail.com",
"url": "https://github.com/Qwerios"
},
"scripts": {
"test": "command -v grunt >/dev/null 2>&1 && grunt test || { echo >&2 'Grunt is not installed'; }",
"prepublish": "command -v grunt >/dev/null 2>&1 && grunt || { echo >&2 'Grunt is not installed'; }"
},
"devDependencies": {
"browserify": "~4.1.10",
"browserify-shim": "~3.5.0",
"chai": "~1.9.1",
"coffeeify": "~0.6.0",
"grunt": "~0.4.5",
"grunt-browserify": "~2.1.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.11.0",
"grunt-string-replace": "~0.2.7"
},
"dependencies": {
"madlib-browser-cookie": "^0.1.1",
"madlib-console": "^0.1.4",
"madlib-object-utils": "^0.1.6",
"madlib-settings": "^0.1.7",
"madlib-shim-easyxdm": "2.4.20-7",
"madlib-xhr": "^0.1.21",
"madlib-xhr-xdm": "^0.1.21"
},
"licenses": [
{
"type": "BSD"
}
]
}