-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 970 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": "overview-wordcloud",
"version": "1.0.2",
"description": "A Wordcloud plugin for Overview",
"repository": {
"type": "git",
"url": "https://github.com/overview/overview-word-cloud.git"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"body-parser": "^1.12.0",
"express": "^4.16.3",
"morgan": "^1.5.0",
"oboe": "^2.1.4",
"overview-api-node": "2.x.x",
"overview-js-token-bin": "0.0.5"
},
"devDependencies": {
"babel-core": "^6.26.2",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"base64-inline-loader": "^1.1.1",
"css-loader": "^0.28.11",
"d3": "^4.13.0",
"d3-bboxCollide": "^1.0.4",
"escape-html": "^1.0.3",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"jquery": "^3.3.1",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^3.11.0"
}
}