-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 901 Bytes
/
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
{
"name": "fateOfAllFools",
"description": "UserScript enhancements to the Destiny Item Manager application",
"private": true,
"author": "Robert Slifka",
"version": "0.0.1",
"repository": "rslifka/fate_of_all_fools",
"scripts": {
"build": "./node_modules/.bin/brunch build --production",
"test": "./node_modules/.bin/karma start --single-run"
},
"dependencies": {
"blueimp-md5": "^2",
"jquery": "^3",
"jquery-toast-plugin": "^1",
"node-vibrant": "^3",
"pubsub-js": "^1",
"mousetrap": "^1"
},
"devDependencies": {
"@babel/preset-env": "^7",
"@metahub/karma-jasmine-jquery": "^4",
"babel-brunch": "^7",
"brunch": "^4",
"clean-css-brunch": "^3",
"jasmine-core": "^5",
"jasmine-jquery": "^2",
"karma": "^6",
"karma-chrome-launcher": "^3",
"karma-jasmine": "^5",
"karma-jquery": "^0",
"npm": "^10"
}
}