-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 961 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
{
"name": "ckanext-dalrrd-emc-dcpr",
"version": "0.1.0",
"description": "SASDI's EMC and DCPR ==========================================",
"dependencies": {
"gulp": "^4.0.2",
"gulp-if": "^3.0.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5"
},
"devDependencies": {
"cypress": "^4.12.1",
"cypress-axe": "^0.8.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docker-watch": "gulp --gulpfile gulpfile-docker.js watch",
"docker-build": "gulp --gulpfile gulpfile-docker.js build",
"cypress:open": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kartoza/ckanext-dalrrd-emc-dcpr.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kartoza/ckanext-dalrrd-emc-dcpr/issues"
},
"homepage": "https://github.com/kartoza/ckanext-dalrrd-emc-dcpr#readme"
}