-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 883 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
{
"name": "countless",
"version": "1.0.0",
"description": "[Countless](https://countless.info/) is an online installation by conceptual artist [Simon Freund](https://simonfreund.com/). The amount displayed is a reflection of the artist's financial situation at any given time.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simonfreund/countless.git"
},
"author": "Marcello Curto",
"license": "ISC",
"bugs": {
"url": "https://github.com/simonfreund/countless/issues"
},
"homepage": "https://github.com/simonfreund/countless#readme",
"dependencies": {
"puppeteer": "^3.0.4",
"puppeteer-extra": "^3.1.16",
"puppeteer-extra-plugin-stealth": "^2.6.6",
"stripe": "^8.50.0"
}
}