source: gs3-extensions/phind-html5/trunk/src/package.json@ 34928

Last change on this file since 34928 was 34922, checked in by davidb, 3 years ago

Initial set of files to transpile Phind JS code into backwards compatible JS code

File size: 543 bytes
Line 
1{
2 "name": "phind-html5",
3 "version": "1.0.0",
4 "description": "An HTML5 based reimplementation of PHIND, originally written as an Applet",
5 "main": "phind.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "Greenstone Digital Library Group",
10 "license": "GPL-3.0-or-later",
11 "devDependencies": {
12 "@babel/core": "^7.13.1",
13 "@babel/plugin-proposal-class-properties": "^7.13.0",
14 "@babel/preset-env": "^7.13.5",
15 "grunt-babel": "^8.0.0",
16 "grunt-contrib-concat": "^1.0.1"
17 }
18}
Note: See TracBrowser for help on using the repository browser.