-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
75 lines (75 loc) · 1.86 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "mashlib",
"version": "0.7.4",
"description": "Data mashup library",
"main": "./index.js",
"scripts": {
"build": "webpack --progress --colors",
"build-no-min": "webpack --config webpack-no-mini.config.js --progress --colors",
"standard": "standard *.js",
"start": "webpack-dev-server --env development --https",
"test": "echo 'No unit tests'"
},
"repository": {
"type": "git",
"url": "https://github.com/linkeddata/mashlib"
},
"keywords": [
"solid",
"decentralized",
"widgets",
"ui",
"web",
"rdf",
"ldp",
"panes",
"linked",
"data",
"browser"
],
"author": "Tim Berners-Lee <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/linkeddata/mashlib/issues"
},
"homepage": "https://github.com/linkeddata/mashlib",
"dependenciesFile": {
"rdflib": "file://../../linkeddata/rdflib.js",
"solid-auth-client": "file://../../solid/solid-auth-client",
"solid-panes": "file://../../solid/solid-panes",
"solid-ui": "file://../../linkeddata/solid-ui"
},
"dependencies": {
"babel-preset-metalab": "^1.0.0",
"rdflib": ">=0.16.8",
"solid-panes": ">=1.1.6",
"solid-auth-client": ">=0.9.2",
"solid-ui": ">=0.10.5"
},
"dependenciesReal": {
"babel-preset-metalab": "^1.0.0",
"rdflib": ">=0.16.8",
"solid-panes": ">=1.1.6",
"solid-auth-client": ">=0.9.2",
"solid-ui": ">=0.10.5"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.10",
"webpack-dev-server": "^2.7.1",
"webpack-sources": "1.0.1"
},
"standard": {
"globals": [
"$rdf",
"tabulator",
"QUnit"
]
}
}