forked from qlik-oss/sn-mekko-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.63 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@nebula.js/sn-mekko-chart",
"version": "0.5.0",
"description": "Supernova mekko chart",
"license": "MIT",
"author": "QlikTech International AB",
"keywords": [
"qlik",
"nebula",
"supernova"
],
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/qlik-oss/sn-mekko-chart/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/qlik-oss/sn-mekko-chart.git"
},
"files": [
"dist",
"api-specifications"
],
"engines": {
"node": ">=8"
},
"main": "dist/sn-mekko-chart.js",
"module": "dist/sn-mekko-chart.esm.js",
"scripts": {
"build": "nebula build",
"lint": "eslint src",
"spec": "scriptappy-from-jsdoc -c ./spec-configs/props.conf.js",
"start": "nebula serve",
"test:unit": "aw -c aw.config.js",
"test:integration": "aw puppet --glob 'test/integration/**/*.spec.js' --chrome.headless true --chrome.slowMo 10",
"prepublishOnly": "rm -rf dist && npm run build"
},
"peerDependencies": {
"@nebula.js/supernova": "0.1.0-alpha.19",
"picasso-plugin-q": "^0.27.0",
"picasso.js": "^0.27.0"
},
"devDependencies": {
"@after-work.js/aw": "^6.0.8",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@nebula.js/cli": "0.1.0-alpha.19",
"babel-plugin-istanbul": "^5.2.0",
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.1.1",
"mocha-junit-reporter": "^1.23.1",
"picasso-plugin-q": "^0.27.0",
"picasso.js": "^0.27.0",
"scriptappy-from-jsdoc": "^0.6.0"
}
}