forked from maxerdwien/flot-cursors-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 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
{
"name": "flot-cursors-plugin",
"version": "1.0.0",
"description": "Cursors for flot charting",
"main": "jquery.flot.cursors.js",
"scripts": {
"test": "node node_modules/karma/bin/karma start --single-run --no-auto-watch --concurrency=1 --stopOnEsLintError && npm run build-test",
"coverage": "node node_modules/karma/bin/karma start --single-run --no-auto-watch --concurrency=1 --coverage --browsers=Chrome",
"preversion": "npm test",
"build": "node build",
"build-test": "npm --silent run build test"
},
"repository": {
"type": "git",
"url": "git+github.com/ni-kismet/flot-cursors-plugin.git"
},
"keywords": [
"flot",
"cursors"
],
"author": "Ciprian Ceteras",
"contributors": [
{
"name": "Cristi Ingineru"
},
{
"name": "Raluca Portase"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ni-kismet/flot-cursors-plugin/issues"
},
"homepage": "https://github.com/ni-kismet/flot-cursors-plugin#readme",
"devDependencies": {
"engineering-flot": "^1.0.0",
"webcharts-development-settings": "1.0.1",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-eslint": "^2.2.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-jasmine-jquery": "^0.1.1",
"karma-safari-launcher": "^1.0.0",
"karma-edge-launcher": "^0.4.2",
"karma-spec-reporter": "0.0.31",
"travis-github-lint-status": "^1.0.1",
"concat": "^1.0.3"
},
"dependencies": {}
}