-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.37 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
{
"name": "betterment-csv-chrome",
"version": "0.1.10",
"repository": {
"type": "git",
"url": "git+https://github.com/fcfort/betterment-csv-chrome.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/fcfort/betterment-csv-chrome/issues"
},
"devDependencies": {
"browserify": "^13.0.0",
"entry-loader": "^0.1.0",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jasmine": "^2.2.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-crx": "^2.0.0",
"grunt-karma": "^3.0.1",
"grunt-mocha-test": "^0.13.3",
"grunt-newer": "^1.1.2",
"grunt-replace-regex": "^1.0.3",
"grunt-trimtrailingspaces": "^2.3.1",
"grunt-webstore-upload": "^0.9.24",
"is-wsl": "^2.1.0",
"jasmine-core": "^2.4.1",
"karma": "^4.0.1",
"karma-chrome-launcher": "^3.0.0",
"karma-jasmine": "^1.0.2",
"karma-requirejs": "^1.0.0",
"mocha": "^6.1.4",
"puppeteer": "^3.2.0",
"should": "^8.2.2",
"watchify": "^3.11.1"
},
"dependencies": {
"bootstrap": "^3.4.1",
"jquery": ">3.5.0",
"mutation-summary": "0.1.1",
"node-ensure": "0.0.0",
"papaparse": "^5.2.0",
"pdfjs-dist": "1.8.188",
"requirejs": "^2.3.5",
"underscore": "^1.8.3",
"webpack": "^4.43.0"
}
}