-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
61 lines (61 loc) · 1.65 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": "flot-plugins",
"version": "3.9.1",
"description": "A collection of plug-ins for flot charts",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
},
"scripts": {
"eslint": "eslint .",
"test": "karma start karma.conf.js --single-run --stopOnEsLintError",
"karma": "karma start",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flot/flot-plugins.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flot/flot-plugins/issues"
},
"homepage": "https://github.com/flot/flot-plugins#readme",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@metahub/karma-jasmine-jquery": "^4.0.1",
"eslint": "^7.11.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"files-exist": "^1.1.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-uglify": "^3.0.2",
"jasmine-core": "^3.6.0",
"jquery-simulate": "^1.0.2",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-coveralls": "^2.1.0",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"karma-safari-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.32",
"ljs": "^0.3.2",
"puppeteer": "^5.1.0",
"uglify-es": "^3.3.9",
"webcharts-development-settings": "^2.0.0"
},
"dependencies": {
"flot": "^4.1.0",
"jquery": "^3.1.0",
"ni-data-types": "^1.0.5"
}
}