-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
123 lines (123 loc) · 4.25 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "mywanwallet",
"version": "2.1.1",
"description": "",
"main": "gulpfile.js",
"author": "Wanchain",
"license": "ISC",
"precommit": "npm run lint",
"scripts": {
"dev": "gulp",
"dist": "gulp prep",
"build": "gulp build",
"zip": "gulp zip",
"test:local": "npm run dist && npm run lint && npm run test:coverage && npm run test:e2e:chrome && npm run test:e2e:firefox",
"test:unit": "cross-env WANWALLET_ENV=test mocha --exit --require test/setup.js --recursive \"test/unit/**/*.js\" \"/app/**/*.test.js\"",
"test:coverage": "nyc npm run test:unit && npm run test:coveralls-upload",
"test:coveralls-upload": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"bump": "gulp bump && gulp prep",
"bump-minor": "gulp bump-minor && gulp prep",
"bump-major": "gulp bump-major && gulp prep",
"test:e2e:chrome": "shell-parallel -s 'npm run wanache:start' -x 'sleep 3 && npm run test:e2e:run:chrome'",
"test:e2e:firefox": "shell-parallel -s 'npm run wanache:start' -x 'sleep 3 && npm run test:e2e:run:firefox'",
"test:e2e:run:chrome": "SELENIUM_BROWSER=chrome mocha test/e2e/mywanwallet.spec --bail --recursive",
"test:e2e:run:firefox": "SELENIUM_BROWSER=firefox mocha test/e2e/mywanwallet.spec --bail --recursive",
"wanache:start": "ganache-cli --noVMErrorsOnRPCResponse -m 'phrase upgrade clock rough situate wedding elder clever doctor stamp excess tent'"
},
"devDependencies": {
"angular": "^1.6.9",
"angular-animate": "^1.6.9",
"angular-sanitize": "^1.6.9",
"angular-translate": "^2.15.1",
"angular-translate-handler-log": "^2.15.1",
"archiver": "^1.3.0",
"babel-eslint": "^9.0.0",
"babel-plugin-transform-es3-member-expression-literals": "6.22.0",
"babel-plugin-transform-es3-property-literals": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"babelify": "^7.3.0",
"bignumber.js": "^4.0.2",
"bip39": "^2.3.1",
"bluebird": "^3.5.2",
"browser-sync": "^2.24.7",
"browserify": "^14.3.0",
"chromedriver": "^2.41.0",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"detect-browser": "^1.7.0",
"eslint": "^5.5.0",
"eslint-plugin-json": "^1.2.1",
"geckodriver": "^1.12.2",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-bump": "^2.7.0",
"gulp-clean": "^0.3.2",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-file-include": "^1.1.0",
"gulp-inject-version": "^1.0.1",
"gulp-less": "^4.0.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.6.3",
"gulp-template": "^4.0.0",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.0.0",
"hdkey": "^0.7.1",
"html2js-browserify": "^1.3.0",
"idna-uts46": "^1.0.1",
"install": "^0.10.4",
"jsdom": "^12.0.0",
"jsdom-global": "^3.0.2",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-firefox-launcher": "^1.1.0",
"karma-qunit": "^2.1.0",
"loglevel": "^1.6.1",
"marked": "^0.3.6",
"mocha": "^5.2.0",
"nock": "^9.6.1",
"nyc": "^13.3.0",
"obs-store": "^3.0.0",
"open": "0.0.5",
"polyfill-crypto.getrandomvalues": "^1.0.0",
"prepend-file": "^1.3.1",
"scryptsy": "^2.0.0",
"selenium-webdriver": "^4.0.0-alpha.1",
"shell-parallel": "^1.0.3",
"sinon": "^6.1.5",
"string-format": "^0.5.0",
"utf8": "^2.1.2",
"uuid": "^3.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0",
"wallet-address-validator": "^0.1.0",
"wanache-cli": "^6.2.0",
"wanache-core": "^2.3.0",
"wanchain-bip44": "^2.1.3",
"wanchainjs-abi": "^0.6.7",
"wanchainjs-tx": "^1.5.0",
"wanchainjs-util": "^5.2.1"
},
"dependencies": {
"@sentry/browser": "^5.6.1",
"@sentry/integrations": "^5.6.1",
"event-stream": "^4.0.1",
"hoek": "^4.2.1",
"javascript-precommit": "0.0.8",
"raven-js": "^3.27.0",
"run-sequence": "^1.2.2",
"web3": "^0.20.2",
"web3_1.2": "npm:[email protected]"
}
}