MagicMirror/package.json

63 lines
1.7 KiB
JSON
Raw Normal View History

2016-03-27 20:40:07 +02:00
{
2016-04-05 15:43:52 -04:00
"name": "magicmirror",
2016-12-31 21:25:49 +01:00
"version": "2.1.1",
2016-04-05 15:43:52 -04:00
"description": "A modular interface for smart mirrors.",
"main": "js/electron.js",
"scripts": {
2017-01-24 02:12:36 -03:00
"start": "sh run-start.sh",
"postinstall": "sh installers/postinstall/postinstall.sh",
2017-01-31 18:38:25 -03:00
"test": "./node_modules/mocha/bin/mocha tests --recursive",
"test:unit": "./node_modules/mocha/bin/mocha tests/unit --recursive",
"test:e2e": "./node_modules/mocha/bin/mocha tests/e2e --recursive"
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"
},
"homepage": "https://github.com/MichMich/MagicMirror#readme",
"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",
"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": {
"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"
}
}