File: README.md

package info (click to toggle)
openrefine 3.9.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,440 kB
  • sloc: javascript: 106,758; java: 91,946; xml: 6,634; sh: 614; makefile: 78; python: 71; sql: 59
file content (19 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# OpenRefine WebApp

See the main [README.md](../../README.md) for how to build and run OpenRefine.

## Dependencies

Dependencies available in the npm registry are added to package.json.

A few of the dependencies are not available in npm.

* jquery-ui: packages are generated from jquery-ui website (https://jqueryui.com/download/#!version=1.12.1).
* imgAreaSelect: cannot find 0.9.2 version in npm, found 0.9.11-rc.1 on GitHub (https://github.com/odyniec/imgareaselect).
* suggest (4.3a): not in npm, contains fixes from Google Code SVN.

These dependencies are located under `webapp/modules/core/externals`.

## postinstall

When `npm install` runs, a `postinstall` script  copies the necessary files from `node_modules` into `webapp\modules\core\3rdparty`.