forked from JaimeObregon/ladonacion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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
{
"name": "ladonacion",
"version": "1.0.0",
"description": "In 2012 the King of Spain, Juan Carlos I, transferred 65 million euros to a friend from a secret account in Switzerland. What lies actually behind this rare donation? This repository contains the full source code of the website ladonacion.es.",
"keywords": [
"dataviz",
"journalism",
"transparency",
"leaks",
"spain",
"datavisualization",
"investigative-journalism",
"datajournalism"
],
"homepage": "https://github.com/JaimeObregon/ladonacion#readme",
"bugs": {
"url": "https://github.com/JaimeObregon/ladonacion/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JaimeObregon/ladonacion.git"
},
"license": "AGPL-3.0-or-later",
"author": "Jaime Gómez-Obregón",
"main": "index.html",
"scripts": {
"build": "npx snowpack build",
"dev": "npx snowpack dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"prettier": {
"proseWrap": "always",
"semi": false,
"singleQuote": true
},
"dependencies": {
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"snowpack-plugin-imagemin": "^1.0.0",
"snowpack-plugin-terser": "^0.1.0",
"terser": "^5.6.0"
},
"devDependencies": {
"snowpack": "^3.0.11"
}
}