mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-28 01:00:28 -04:00
33 lines
851 B
JSON
33 lines
851 B
JSON
{
|
|
"name": "@nebula.js/theme",
|
|
"version": "0.1.0-alpha.25",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"author": "QlikTech International AB",
|
|
"keywords": [],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/qlik-oss/nebula.js.git"
|
|
},
|
|
"main": "dist/theme.js",
|
|
"module": "dist/theme.esm.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production rollup --config ../../rollup.config.js",
|
|
"build:dev": "rollup --config ../../rollup.config.js",
|
|
"build:watch": "rollup --config ../../rollup.config.js -w",
|
|
"prepublishOnly": "rm -rf dist && yarn run build",
|
|
"spec": "scriptappy-from-jsdoc -c ./spec/spec.conf.js"
|
|
},
|
|
"devDependencies": {
|
|
"d3-color": "1.4.0",
|
|
"extend": "3.0.2",
|
|
"node-event-emitter": "0.0.1"
|
|
}
|
|
}
|