MagicMirror/package.json

68 lines
1.9 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-04-01 22:05:21 +02:00
"version": "2.1.2-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",
2016-05-03 19:51:07 -04:00
"grunt": "latest",
"grunt-eslint": "latest",
2016-09-10 16:41:57 -04:00
"grunt-jsonlint": "latest",
"grunt-markdownlint": "^1.0.13",
2016-09-10 16:41:57 -04:00
"grunt-stylelint": "latest",
"grunt-yamllint": "latest",
"jshint": "^2.9.4",
2017-03-10 04:33:27 -03:00
"http-auth": "^3.1.3",
"mocha": "^3.2.0",
2017-01-30 12:24:49 -03:00
"spectron": "^3.4.1",
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-04-06 16:28:48 +02:00
"body-parser": "^1.17.1",
"colors": "^1.1.2",
"electron": "^1.4.7",
2016-07-30 16:06:48 +02:00
"express": "^4.14.0",
2016-09-29 16:34:57 +02:00
"express-ipfilter": "latest",
2016-04-05 15:43:52 -04:00
"feedme": "latest",
"helmet": "^3.1.0",
2016-04-05 15:43:52 -04:00
"iconv-lite": "latest",
"moment": "latest",
"request": "^2.78.0",
2017-01-14 19:31:24 +01:00
"rrule-alt": "^2.2.3",
"simple-git": "^1.62.0",
2017-02-19 19:57:21 -03:00
"socket.io": "^1.7.3",
2016-04-05 15:43:52 -04:00
"valid-url": "latest",
2016-09-22 19:56:54 +02:00
"walk": "latest"
}
}