-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.92 KB
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": "data-management-plan",
"version": "0.5",
"description": "CLARITY Data Management Plan",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run-script download-groups && npm run-script process-groups",
"download-groups": "bash input/groups.sh",
"process-groups": "node src/index.js open-data-produced-by-clarity groups-template && node src/index.js non-open-data-produced-by-clarity groups-template && node src/index.js open-data-used-by-clarity groups-template && node src/index.js non-open-data-used-by-clarity groups-template",
"download-organizations": "bash input/organizations.sh",
"process-organizations": "node src/index.js clarity organizations-template && node src/index.js dc1 organizations-template && node src/index.js dc2 organizations-template && node src/index.js dc3 organizations-template && node src/index.js dc4 organizations-template",
"validate-organizations": "node src/index.js clarity organizations-validation-template && node src/index.js dc1 organizations-validation-template && node src/index.js dc2 organizations-validation-template && node src/index.js dc3 organizations-validation-template && node src/index.js dc4 organizations-validation-template",
"validate-groups": "node src/index.js open-data-produced-by-clarity groups-validation-template && node src/index.js non-open-data-produced-by-clarity groups-validation-template"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clarity-h2020/data-management-plan.git"
},
"keywords": [
"DMP"
],
"author": "Pascal Dihé",
"license": "ISC",
"bugs": {
"url": "https://github.com/clarity-h2020/data-management-plan/issues"
},
"homepage": "https://github.com/clarity-h2020/data-management-plan#readme",
"devDependencies": {
"loglevel": "^1.6.8",
"carbone": "git://github.com/Ideolys/carbone.git#semver:2.0.0-beta.3"
}
}