-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 974 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
31
32
33
34
35
36
37
38
39
40
{
"name": "redadalertas-site",
"version": "1.0.0",
"description": "Static website for redadalertas",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cosecha/redadalertas-site.git"
},
"keywords": [
"static",
"site",
"harp.js"
],
"author": "Celso Mireles <celso@pocholabs.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cosecha/redadalertas-site.git/issues"
},
"homepage": "https://github.com/cosecha/redadalertas-site.git",
"devDependencies": {
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-harp": "0.0.4",
"gulp-ignore": "^2.0.2",
"gulp-prettify": "^0.5.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"harp": "^0.23.0"
},
"dependencies": {
"aos": "^2.1.1",
"smoothscroll-polyfill": "^0.3.4"
}
}