forked from wealthica/wealthica.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.52 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
{
"name": "@wealthica/wealthica.js",
"version": "0.0.16",
"description": "Official Wealthica Add-on Library",
"main": "index.js",
"scripts": {
"watch:test": "npm t -- --watch",
"test": "npm-run-all test:*",
"test:unit": "mocha test/unit/*.js -r jsdom-global/register -r babel-core/register",
"test:integration": "mocha test/integration/bootstrap.js --recursive test/integration/*.test.js -r babel-core/register -r babel-polyfill -t 15000",
"prebuild": "rimraf dist",
"build": "webpack"
},
"author": "Wealthica Financial Technology Inc. <[email protected]> (https://wealthica.com/)",
"license": "MIT",
"dependencies": {
"es6-promise": "4.2.2",
"eventemitter3": "3.0.0",
"iframe-resizer": "3.5.15",
"js-channel": "1.0.1297",
"lodash": "~4.17.13"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-lodash": "3.3.2",
"babel-plugin-transform-async-to-generator": "6.24.1",
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-register": "6.26.0",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"chunk-rename-webpack-plugin": "1.1.1",
"http-server": "^0.12.1",
"jsdom": "^15.1.1",
"jsdom-global": "^3.0.2",
"mocha": "4.1.0",
"npm-run-all": "4.1.2",
"puppeteer": "1.13.0",
"rimraf": "2.6.2",
"sinon": "4.4.6",
"uglifyjs-webpack-plugin": "1.2.4",
"webpack": "4.35.3",
"webpack-cli": "3.3.5",
"webpack-merge": "4.1.2"
}
}