package.json
{
"name": "spectral-workbench",
"version": "1.0.0",
"private": "true",
"repository": {
"type": "git",
"url": "git+https://github.com/publiclab/spectral-workbench.git"
},
"author": "Public Lab contributors <web@publiclab.org>",
"license": "GPL-3.0",
"dependencies": {
"ace-builds": "^1.7.1",
"adapterjs": "^0.15.5",
"bootstrap": "^5.1.3",
"bootstrap-css": "github:jozefizso/bower-bootstrap-css#~2.3.2",
"bs-stepper": "^1.7.0",
"d3": "^3.5.4",
"flot": "~0.8.0-alpha",
"getusermedia-js": "^1.0.0",
"jasmine": "^4.2.1",
"jasmine-ajax": "^4.0.0",
"jfeed": "mattmarcum/jFeed#*",
"jquery.steps": "^1.1.3",
"junction": "theleagueof/junction#*",
"leaflet": "^1.8.0",
"moment": "~2.29.4",
"nvd3": "~1.7.1",
"spectral-workbench": "^0.2.3"
},
"engines": {
"yarn": ">= 1.0.0"
},
"scripts": {
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'public/lib', 'junction') } catch (e) { }\""
},
"description": "Copyright Public Lab publiclab.org | spectralworkbench.org",
"bugs": {
"url": "https://github.com/publiclab/spectral-workbench/issues"
},
"homepage": "https://github.com/publiclab/spectral-workbench#readme",
"main": "index.js",
"directories": {
"doc": "doc",
"lib": "lib",
"test": "test"
}
}