-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
29 lines (29 loc) · 1.01 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
{
"name": "sauce-builder",
"version": "0.0.0",
"description": "Build tools for sauce browser ext",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SauceLLC/sauce4strava.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/SacueLLC/sauce4strava/issues"
},
"homepage": "https://github.com/SauceLLC/sauce4strava#readme",
"devDependencies": {
"eslint": "8.57.0",
"fflate": "0.7.3",
"jscoop": "https://github.com/mayfield/jscoop.git#f9649be95db7830190a9a4511bce9709a1c0999a",
"jsfit": "https://github.com/mayfield/jsfit.git#6fffb00fcf887a726d4ef662714054c0ae8921e7",
"sass": "1.74.1",
"sauce-chartjs": "https://github.com/SauceLLC/Chart.js.git#79a3f8ed1b1581c35bbae61626f0a453273d0734",
"sauce-terser": "https://github.com/mayfield/terser.git#35dbaf580ac94e1b899314acb9df47b69159c84a",
"webextension-locale-translator": "0.0.0"
}
}