-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 945 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "nstreinen",
"version": "0.0.1",
"description": "MagicMirror² module to show Dutch train information (NS)",
"main": "test.js",
"scripts": {
"test": "grunt",
"precommit": "grunt precommit"
},
"pre-commit": [
"precommit"
],
"author": "Chris van Marle",
"license": "ISC",
"dependencies": {
"eslint": "^8.7.0",
"node-rest-client": "^3.1.0",
"ns-api": "git+https://github.com/fvdm/nodejs-ns-api.git"
},
"bugs": {
"url": "https://github.com/qistoph/MMM-nstreinen/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/qistoph/MMM-nstreinen"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-eslint": "^24.0.0",
"grunt-jsonlint": "^2.1.3",
"grunt-markdownlint": "^3.1.4",
"grunt-staged": "^0.1.0",
"grunt-stylelint": "^0.11.1",
"pre-commit": "^1.2.1",
"stylelint-config-standard": "^18.3.0",
"time-grunt": "latest"
}
}