-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.12 KB
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
38
39
40
{
"name": "technology-radar",
"version": "1.1.0",
"description": "This techradar has the goal that each company/department can create its own visualization of the trends to be focused on. To maintain the content of the techradar this one provides the possibility to dynamically add and edit the blips on the radar.",
"main": "./dist/technology-radar.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server"
},
"keywords": [
"techradar",
"d3.js"
],
"author": "Raman Singh",
"license": "MIT",
"homepage": "https://github.com/raman-nbg/techradar",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"html-webpack-plugin": "^2.28.0",
"uglifyjs-webpack-plugin": "^1.0.0-beta.3",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"d3": "3.5.17"
},
"repository": {
"type": "git",
"url": "https://github.com/raman-nbg/techradar.git"
},
"files": [
"dist/",
"src/"
]
}