-
Notifications
You must be signed in to change notification settings - Fork 522
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1004 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1004 Bytes
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
{
"name": "flotr2",
"version": "0.1.0",
"description": "A library for drawing HTML5 charts and graphs.",
"homepage": "http://www.humblesoftware.com/flotr2",
"bugs": {
"url": "https://github.com/HumbleSoftware/Flotr2/issues"
},
"license": "MIT",
"author": "Carl Sutherland <carl@humblesoftware.com> (https://github.com/cesutherland)",
"repository": {
"type": "git",
"url": "git+https://github.com/HumbleSoftware/Flotr2.git"
},
"main": "flotr2.amd.js",
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"build": "make build",
"test": "npm run build && playwright test",
"test:headed": "npm run build && playwright test --headed",
"test:debug": "npm run build && playwright test --debug",
"test:update-snapshots": "npm run build && playwright test --update-snapshots"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"serve": "^14.2.4",
"smoosh": "0.4.1"
},
"private": true,
"keywords": []
}