-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
77 lines (77 loc) · 1.92 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"scripts": {
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap",
"build": "node run.js",
"test": "lerna run test",
"generate": "SKIP_TESTS=true node run.js",
"update-skip-dropdowns": "SKIP_DROPDOWNS=true node run.js"
},
"nyc": {
"include": [
"src/**/lib/*.js"
],
"exclude": [
"src/**/test/*.js"
],
"reporter": [
"lcov",
"text-summary"
],
"extension": [
".js"
],
"cache": true,
"all": true
},
"dependencies": {
"@accordproject/cicero-core": "0.22.2",
"@accordproject/cicero-engine": "0.22.2",
"@accordproject/cicero-test": "0.22.2",
"@accordproject/concerto-core": "1.2.1",
"@accordproject/concerto-tools": "1.2.1",
"@accordproject/markdown-cicero": "0.14.1",
"@accordproject/markdown-html": "0.14.1",
"adm-zip": "^0.4.11",
"bulma": "^0.7.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-things": "0.2.0",
"fs-extra": "^6.0.1",
"jquery": "^3.5.1",
"jsdom": "^15.1.1",
"lodash": "^4.17.19",
"mocha": "5.2.0",
"nunjucks": "^3.2.1",
"plantuml-encoder": "^1.2.5",
"rimraf": "^2.6.2",
"semver": "5.6.0",
"showdown": "^1.9.1",
"uuid": "^3.3.2"
},
"name": "@accordproject/cicero-template-library",
"description": "This repository host all Accord Project Cicero templates.",
"version": "0.1.0",
"main": "build.js",
"devDependencies": {
"lerna": "^4.0.0",
"mkdirp": "^0.5.1",
"nyc": "^14.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/accordproject/cicero-template-library.git"
},
"keywords": [
"accord",
"legal",
"model",
"composer"
],
"author": "Accord Project",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/accordproject/cicero-template-library/issues"
},
"homepage": "https://github.com/accordproject/cicero-template-library#readme"
}