-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 834 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
{
"name": "locallibrary",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx parcel src/index.html src/detailview.html src/terms.html src/policy.html src/myappid.jsonld src/logo.png --no-cache",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"buffer": "^5.7.1",
"parcel": "^2.8.0",
"string_decoder": "^1.3.0"
},
"dependencies": {
"@inrupt/solid-client": "^1.23.3",
"@inrupt/solid-client-authn-browser": "^1.12.3",
"@inrupt/vocab-common-rdf": "^1.0.5"
},
"browserslist": [
"last 3 and_chr versions",
"last 3 chrome versions",
"last 3 opera versions",
"last 3 ios_saf versions",
"last 3 safari versions",
"last 3 edge versions"
]
}