-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 743 Bytes
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": "fidn-website",
"version": "1.0.0",
"description": "Sitio web para la Fundación Internacional para el Desarrollo de las Neurociencias",
"main": "gulpfile.js",
"dependencies": {
"flexboxgrid": "^6.3.1",
"gulp": "^3.9.1",
"gulp-sass": "^4.0.1",
"jquery": "^3.3.1",
"waypoints": "^4.0.1"
},
"devDependencies": {
"gulp-wait": "0.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neeco90/fidn-website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/neeco90/fidn-website/issues"
},
"homepage": "https://github.com/neeco90/fidn-website#readme"
}