forked from omeka-s-modules/NumericDataTypes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1009 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "omeka-s-module-edtfdatatype",
"version": "0.0.1",
"description": "This module supports the Extended Date Time Format.",
"main": "asset/src/js/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/digihum/omeka-s-module-EdtfDataType.git"
},
"keywords": [
"omeka-s-module"
],
"author": "Steve Ranford",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/digihum/omeka-s-module-EdtfDataType/issues"
},
"homepage": "https://github.com/digihum/omeka-s-module-EdtfDataType#readme",
"dependencies": {
"edtf": "^4.5.1",
"webpack": "^5.89.0",
"webpack-dev-server": "^4.15.1"
},
"scripts": {
"build": "webpack",
"watch": "webpack-dev-server --hot --progress"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2"
}
}