-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) 路 726 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) 路 726 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": "portion",
"version": "1.0.0",
"description": "Live editor",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EnzoEmb/portion.git"
},
"keywords": [
"animate",
"scroll",
"animation",
"reveal"
],
"author": "Enzo Vergara",
"bugs": {
"url": "https://github.com/EnzoEmb/portion/issues"
},
"homepage": "https://github.com/EnzoEmb/portion#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-terser": "^1.2.0"
}
}