-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.08 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
{
"name": "proxy",
"version": "0.0.1",
"description": "At [CrisisFighters.org](https://www.CrisisFighters.org) we collect all initatives that fight the climate emergency. For each one we collect additional data to allow you to find out how you can contribute to saving the world.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --mode=development --watch --colors --display-error-details"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crisisfighters/proxy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/crisisfighters/crisisfighters.org/issues"
},
"homepage": "https://github.com/crisisfighters/proxy#readme",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/register": "^7.8.6",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"js-cookie": "^2.2.1"
}
}