-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 995 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
38
39
{
"name": "circulating-magazines",
"version": "1.0.0",
"description": "A project of magazine circulation data",
"main": "index.js",
"dependencies": {
"csvtojson": "^2.0.10",
"moment": "^2.29.4"
},
"devDependencies": {
"mocha": "^8.0.1"
},
"type": "module",
"scripts": {
"test": "npx mocha",
"circulation-cleaner": "sh assets/data/scripts/circulation_cleaner.sh",
"geodata-cleaner": "sh assets/data/scripts/geodata_cleaner.sh",
"title-generator": "node assets/data/scripts/list-of-title-generator.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayyrickay/circulating-magazines.git"
},
"keywords": [
"data",
"visualization",
"dc.js",
"javascript",
"d3",
"data",
"viz"
],
"author": "Ricky Holtz",
"license": "ISC",
"bugs": {
"url": "https://github.com/ayyrickay/circulating-magazines/issues"
},
"homepage": "https://github.com/ayyrickay/circulating-magazines#readme"
}