-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.32 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "trump-world-graph",
"version": "1.0.0",
"description": "TrumpWorld Associate Connections - Force Directed Graph",
"main": "index.html",
"scripts": {
"test": "console.log('Aye Aye, Captain...')"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IMBurbank/trump-world-graph.git"
},
"keywords": [
"d3",
"d3.js",
"trumpWorld",
"force-directed",
"graph",
"javascript",
"freecodecamp",
"trump",
"donald trump",
"corruption",
"interactive",
"visualization"
],
"author": "Isaac Burbank",
"license": "MIT",
"bugs": {
"url": "https://github.com/IMBurbank/trump-world-graph/issues"
},
"homepage": "https://github.com/IMBurbank/trump-world-graph#readme",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-preset-latest": "^6.24.0",
"babel-preset-react": "^6.23.0",
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-postcss": "^6.4.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2",
"gulp-useref": "^3.1.2",
"run-sequence": "^1.2.2"
},
"engines": {
"atom": ">=1.15.0",
"refactor": ">=0.11.3"
}
}