-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 856 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 856 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
{
"name": "realtimechart",
"version": "1.6.1",
"description": "High performant chart for real time data.",
"main": "export.js",
"repository": {
"type": "git",
"url": "git://github.com/DoclerLabs/RealTimeChart.git"
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"prettify": "prettier --single-quote --trailing-comma es5 --write \"src/**/!(Lesshat).{less,js}\""
},
"keywords": [
"chart",
"high",
"performant",
"real",
"time",
"barchart",
"linechart"
],
"author": "Gabriel Mičko",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"json-loader": "^0.5.7",
"prettier": "^1.7.4",
"webpack": "^3.8.1"
}
}