itsa-apps
Version:
Client-Apps for usage with itsa-react-server
62 lines (61 loc) • 1.3 kB
JSON
{
"name": "itsa-apps",
"version": "3.3.39",
"description": "Client-Apps for usage with itsa-react-server",
"author": [
{
"name": "Marco Asbreuk",
"email": "marco@itsasbreuk.nl"
}
],
"repository": {
"type": "git",
"url": "https://github.com/itsa-server/itsa-apps"
},
"bugs": {
"url": "https://github.com/itsa-server/itsa-apps/issues"
},
"keywords": [
"itsa",
"itsa-server",
"itsasbreuk",
"app",
"apps",
"classes",
"client",
"itsa-apps"
],
"directories": {
"app-classes": "./app-classes"
},
"engines": {
"node": "*"
},
"dependencies": {
"itsa-classes": "^1.0.3",
"itsa-client-controller": "^15.2.31",
"itsa-event": "^1.1.10",
"itsa-fetch": "^1.2.13",
"itsa-jsext": "1.3.8",
"itsa-react-router": "^15.1.47"
},
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.3",
"eslint": "^2.7.0",
"mocha": "^2.4.5"
},
"scripts": {
"pretest": "eslint ./lib/*.js",
"test": "mocha tests/*.js && istanbul cover $(which _mocha) -- tests/*.js",
"lint": "eslint ./lib/*.js"
},
"homepage": "http://itsa.github.io",
"maintainers": [
{
"name": "Marco Asbreuk",
"email": "marco@itsasbreuk.nl"
}
],
"license": "New BSD"
}