-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1.07 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": "environment",
"version": "1.0.0",
"description": "___ ______ ____ _ _ ___ / \\ \\ / / ___| / ___| | ___ _ _ __| |/ _ \\ / _ \\ \\ /\\ / /\\___ \\ | | | |/ _ \\| | | |/ _` | (_) | / ___ \\ V V / ___) | | |___| | (_) | |_| | (_| |\\__, | /_/ \\_\\_/\\_/ |____/ \\____|_|\\___/ \\__,_|\\__,_| /_/ -----------------------------------------------------------------",
"main": "resize.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheStanfordDaily/archives.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheStanfordDaily/archives/issues"
},
"homepage": "https://github.com/TheStanfordDaily/archives#readme",
"dependencies": {
"@thestanforddaily/archives-web": "^0.3.5",
"cross-fetch": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.4.4"
}
}