-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 962 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 962 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
30
31
32
33
34
{
"name": "delay-execution",
"version": "1.0.0",
"description": "Run a custom function, after passed HTMLElement is in the viewpoint of the window.",
"scripts": {
"dev": "NODE_ENV=dev gulp",
"dev:win": "set NODE_ENV=dev&gulp",
"prod": "NODE_ENV=production gulp",
"prod:win": "set NODE_ENV=production&gulp"
},
"author": {
"name": "steve-232",
"email": "steve232np@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/steve-232/delay-execution"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-webserver": "^0.9.1"
}
}