-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.15 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "jsreport-studio-theme-dark",
"description": "dark theme for jsreport studio",
"version": "0.3.0",
"main": "index.js",
"author": "BJR Matos <bjrmatos@gmail.com> (https://github.com/bjrmatos)",
"contributors": [
"BJR Matos <bjrmatos@gmail.com> (https://github.com/bjrmatos)",
"Jan Blaha <jan.blaha@hotmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/jsreport/jsreport-studio-theme-dark"
},
"homepage": "https://github.com/jsreport/jsreport-studio-theme-dark",
"scripts": {
"start": "jsreport-studio-start",
"run": "jsreport-studio-start --run-only",
"test": "echo \"No tests here :)\""
},
"standard": {
"parser": "babel-eslint",
"env": {
"node": true,
"mocha": true,
"browser": true
}
},
"files": [
"lib",
"index.js",
"jsreport.config.js"
],
"keywords": [
"jsreport",
"jsreport-studio"
],
"engines": {
"node": ">=8.9"
},
"license": "MIT",
"devDependencies": {
"babel-eslint": "10.0.2",
"eslint": "6.1.0",
"eslint-plugin-babel": "5.3.0",
"jsreport-studio-dev": "1.5.0",
"standard": "13.1.0"
}
}