-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 942 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 942 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
35
36
37
{
"name": "graphing-helpers",
"version": "5.1.9",
"description": "Helper library for react-chart-js-preprocessor",
"repository": {
"type": "git",
"url": "git+https://github.com/bradcgarner/graphing-helpers.git"
},
"keywords": [
"graphing"
],
"author": "Brad C. Garner <brad@bradgarner.com> (http://bradgarner.com)",
"license": "MIT",
"homepage": "https://github.com/bradcgarner/graphing-helpers#readme",
"bugs": {
"url": "https://github.com/bradcgarner/graphing-helpers/issues"
},
"scripts": {
"test": "nyc mocha --colors tests/*.test.js",
"build": "babel src -d build"
},
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"conjunction-junction": "^3.13.7",
"pretty-colors": "0.0.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.1.2",
"mocha": "^6.1.4",
"nyc": "^14.1.1"
}
}