-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 870 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
{
"name": "saner-sogral",
"version": "0.0.2",
"description": "A saner alternative to Sogral's official web app",
"homepage": "https://github.com/djalilhebal/saner-sogral",
"author": "Abdeldjalil Hebal <[email protected]> (https://djalil.me)",
"license": "WTFPL",
"main": "index.js",
"scripts": {
"scrap": "node sogral-scraper.js",
"build": "browserify -p tinyify -e index.js -o index.min.js",
"dev": "watchify -e index.js -o index.min.js & http-server",
"test": "faucet test.js"
},
"dependencies": {
"ramda": "~0.26.1"
},
"devDependencies": {
"axios": "~0.19.0",
"axios-retry": "^3.1.2",
"sleep-promise": "^8.0.1",
"jsdom": "~15.1.1",
"http-server": "~0.11.1",
"watchify": "~3.11.1",
"browserify": "~16.2.3",
"tinyify": "~2.5.1",
"riteway": "~6.0.3",
"faucet": "~0.0.1"
}
}