forked from dbmdz/mirador-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 909 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
{
"name": "mirador-plugins",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dbmdz/mirador-plugins.git"
},
"scripts": {
"clean": "./node_modules/.bin/lerna run clean",
"create-release-package": "./scripts/create-release-package.sh",
"diff": "./node_modules/.bin/lerna diff",
"lint": "./node_modules/.bin/lerna run lint",
"list": "./node_modules/.bin/lerna ll",
"list-json": "./node_modules/.bin/lerna ll --json",
"minify": "./node_modules/.bin/lerna run minify",
"release": "./node_modules/.bin/lerna publish",
"updated": "./node_modules/.bin/lerna changed"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-jshint": "^2.1.0",
"gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0",
"jshint": "^2.13.6",
"lerna": "^7.4.1"
},
"private": true
}