{ "name": "@logilab/libview", "version": "0.4.0", "description": "Library for view specification and definition for a data browser.", "scripts": { "build": "webpack", "clean": "rm -rf build/*", "test": "echo \"Error: no test specified\" && exit 1", "build:production": "NODE_ENV=production webpack" }, "main": "./build/index.js", "types": "./build/lib/index.d.ts", "repository": { "type": "hg", "url": "https://bitbucket.org/laurentw/logilab-cubicweb-client" }, "keywords": [ "DataBrowser", "Typescript" ], "author": "LOGILAB ", "license": "LGPL-3.0", "dependencies": {}, "devDependencies": { "@types/rdflib": "^0.17.0", "copy-webpack-plugin": "^4.5.2", "source-map-loader": "^0.2.3", "ts-loader": "^4.4.2", "typescript": "^2.9.2", "webpack": "^4.20.2", "webpack-cli": "^3.1.1" } }