-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 922 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 922 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
{
"name": "reveal-menu",
"version": "1.4.1",
"description": "A performant swipeable list slide menu reveal that works on any framework just like apple mail or Gmail",
"main": "swipeable-menu.js",
"scripts": {
"start": "npm i && gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code0wl/swipeable-menu.git"
},
"keywords": [
"swipe menu",
"680 bytes",
"fast",
"performant",
"simple"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/code0wl/swipeable-menu/issues"
},
"homepage": "https://github.com/code0wl/swipeable-menu#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-gzip": "^1.3.0",
"gulp-uglify": "^1.5.3"
}
}