-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.33 KB
/
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
{
"name": "jsproject",
"version": "1.0.0",
"description": "## What is it? A visualization of part of the Stockholm International Peace Research Institute's (SIPRI) [Arms Transfer Database](https://www.sipri.org/databases/armstransfers), which keeps track of major (over one million dollars) transfers of conventional weapons between countries and non-state armed groups. Specifically, this visualization will examine flows of arms to and from the United States between 2001 and 2016, although this scope may expand if time allows (see Bonus Features at the end.)",
"main": "webpack.config.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ldtcooper/arms-trade-viz.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ldtcooper/arms-trade-viz/issues"
},
"homepage": "https://github.com/ldtcooper/arms-trade-viz#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-strict-mode": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015-without-strict": "0.0.4",
"webpack": "^3.6.0"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"datamaps": "^0.5.8"
}
}