-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 931 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 931 Bytes
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
{
"name": "JournalismGraph",
"version": "1.0.0",
"description": "## Background",
"main": "webpack.config.js",
"directories": {
"doc": "docs"
},
"engines": {
"node": "6.1.0",
"npm": "2.1.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --watch",
"postinstall": "webpack"
},
"repository": {
"type": "git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"d3": "^4.10.0",
"d3-selection-multi": "^1.0.1",
"d3-transition": "^1.0.4",
"express": "^4.15.2",
"intro.js": "^2.8.0-alpha.1",
"multer": "^1.3.0",
"strict-mode": "^1.0.2",
"use-strict": "^1.0.1",
"webpack": "^2.5.0"
}
}