MagicMirror/package.json

70 lines
2.0 KiB
JSON
Raw Normal View History

2016-03-27 20:40:07 +02:00
{
2016-04-05 15:43:52 -04:00
"name": "magicmirror",
2017-07-01 20:35:11 +02:00
"version": "2.1.3-dev",
2017-03-19 16:54:36 -03:00
"description": "The open source modular smart mirror platform.",
2016-04-05 15:43:52 -04:00
"main": "js/electron.js",
"scripts": {
2017-01-24 02:12:36 -03:00
"start": "sh run-start.sh",
"install": "cd vendor && npm install",
"postinstall": "sh installers/postinstall/postinstall.sh",
"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha tests --recursive",
"test:unit": "NODE_ENV=test ./node_modules/mocha/bin/mocha tests/unit --recursive",
"test:e2e": "NODE_ENV=test ./node_modules/mocha/bin/mocha tests/e2e --recursive",
"config:check": "node tests/configs/check_config.js"
2016-04-05 15:43:52 -04:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/MichMich/MagicMirror.git"
},
"keywords": [
"magic mirror",
"smart mirror",
"mirror UI",
"modular"
],
"author": "Michael Teeuw",
"contributors": [
"https://github.com/MichMich/MagicMirror/graphs/contributors"
],
2016-04-05 15:43:52 -04:00
"license": "MIT",
"bugs": {
"url": "https://github.com/MichMich/MagicMirror/issues"
},
2017-03-25 00:26:47 -03:00
"homepage": "https://magicmirror.builders",
2016-04-05 15:43:52 -04:00
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"current-week-number": "^1.0.7",
2016-05-03 19:51:07 -04:00
"grunt": "latest",
"grunt-eslint": "latest",
2016-09-10 16:41:57 -04:00
"grunt-jsonlint": "latest",
2017-06-11 11:36:17 +02:00
"grunt-markdownlint": "^1.0.39",
2016-09-10 16:41:57 -04:00
"grunt-stylelint": "latest",
"grunt-yamllint": "latest",
2017-03-10 04:33:27 -03:00
"http-auth": "^3.1.3",
"jshint": "^2.9.4",
2017-06-11 11:36:17 +02:00
"mocha": "^3.4.2",
2017-05-21 19:16:09 +02:00
"spectron": "^3.6.4",
2017-06-11 11:36:17 +02:00
"stylelint": "^7.11.0",
2016-05-03 19:51:07 -04:00
"stylelint-config-standard": "latest",
2016-09-10 16:41:57 -04:00
"time-grunt": "latest"
2016-04-05 15:43:52 -04:00
},
"dependencies": {
2017-05-21 19:16:09 +02:00
"body-parser": "^1.17.2",
"colors": "^1.1.2",
2017-06-11 11:36:17 +02:00
"electron": "^1.6.10",
2017-05-21 19:16:09 +02:00
"express": "^4.15.3",
2016-09-29 16:34:57 +02:00
"express-ipfilter": "latest",
2016-04-05 15:43:52 -04:00
"feedme": "latest",
2017-06-11 11:36:17 +02:00
"helmet": "^3.6.1",
2016-04-05 15:43:52 -04:00
"iconv-lite": "latest",
"moment": "latest",
2017-05-21 19:16:09 +02:00
"request": "^2.81.0",
"rrule-alt": "^2.2.5",
"simple-git": "^1.73.0",
2017-06-11 11:36:17 +02:00
"socket.io": "^2.0.2",
2016-04-05 15:43:52 -04:00
"valid-url": "latest",
2016-09-22 19:56:54 +02:00
"walk": "latest"
}
}