-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 841 Bytes
/
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
{
"name": "gl-plot-2d",
"version": "0.0.5",
"description": "A Web Component for gl-plot2d.",
"main": "index.js",
"scripts": {
"build:dev": "webpack",
"lint": "tslint \"src/**/*.ts\""
},
"author": "Chris Camargo",
"license": "MIT",
"devDependencies": {
"canvas-fit": "1.5.0",
"d3-scale": "1.0.5",
"gl-line2d": "1.4.1",
"gl-plot2d": "1.2.0",
"gl-scatter2d": "1.2.2",
"gl-scatter2d-sdf": "1.3.3",
"gl-spikes2d": "1.0.1",
"glslify": "6.0.2",
"ify-loader": "1.0.4",
"lodash": "4.17.4",
"skatejs": "4.6.7",
"skatejs-web-components": "0.0.1",
"ts-loader": "2.0.2",
"tslib": "1.6.0",
"tslint": "4.5.1",
"typescript": "2.2.1",
"uglifyjs-webpack-plugin": "0.3.0",
"webpack": "2.2.1"
},
"browserify": {
"transform": [
"glslify"
]
}
}