forked from EmurgoHK/cardanoupdate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.2 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "test",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.55",
"@coreui/coreui": "2.0.0",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
"@coreui/icons": "^0.1.1",
"@octokit/rest": "^16.1.0",
"assert": "^1.4.1",
"bcrypt": "^3.0.1",
"bootstrap": "^4.2.1",
"core-js": "^2.5.7",
"crypto-js": "^3.1.9-1",
"daterangepicker": "^3.0.3",
"fibers": "^1.0.15",
"flag-icon-css": "3.0.0",
"git-commit-push-via-github-api": "^1.0.1",
"jquery": "3.3.1",
"lodash": "^4.17.11",
"marked": "^0.5.0",
"meteor-node-stubs": "^0.3.3",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"noty": "^3.1.4",
"perfect-scrollbar": "^1.4.0",
"popper.js": "1.14.3",
"select2": "^4.0.6-rc.1",
"simpl-schema": "^1.4.3",
"simplemde": "^1.11.2",
"sweetalert": "^2.1.0",
"sweetalert2": "^7.26.29",
"xss": "^1.0.3"
},
"devDependencies": {
"chai": "^4.1.2",
"chalk": "^2.4.1",
"wdio-mocha-framework": "^0.5.13",
"webdriverio": "^4.13.0"
}
}