solid-app-set
Version:
Solid-compatible App set
58 lines (57 loc) • 1.31 kB
JSON
{
"name": "solid-app-set",
"version": "1.0.2",
"description": "Solid-compatible App set",
"main": "./index.js",
"scripts": {
"build-browserified": "npm run build",
"build-dist": "webpack --progress --colors",
"build": "npm run clean && mkdir -p dist/ && npm run build-dist",
"clean": "rm -rf dist/",
"standard": "standard",
"test": "npm run standard"
},
"repository": {
"type": "git",
"url": "https://github.com/linkeddata/solid-app-set"
},
"keywords": [
"solid",
"decentralized",
"widgets",
"ui",
"web",
"rdf",
"ldp",
"linked",
"panes",
"app",
"data"
],
"author": "Tim Berners-Lee <timbl@mit.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/linkeddata/solid-app-set/issues"
},
"homepage": "https://github.com/linkeddata/solid-app-set",
"dependencies": {
"better-simple-slideshow": "linkeddata/better-simple-slideshow#gh-pages",
"mime-types": "^2.1.13",
"solid-ui": ">=0.8.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"standard": "^10.0.2",
"webpack": "^2.5.1"
},
"standard": {
"globals": [
"$rdf",
"tabulator",
"QUnit"
]
}
}