-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.21 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@naikus/stage",
"version": "1.0.6-beta",
"homepage": "http://github.com/naikus/stage",
"author": "aniketn3@gmail.com",
"engines": {
"node": ">= 0.10.0"
},
"main": "src/stage.js",
"devDependencies": {
"ansi-regex": ">=5.0.1",
"del": "^3.0.0",
"eslint": "^7.32.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-jshint": "^2.1.0",
"gulp-less": "^4.0.1",
"gulp-terser": "^1.2.0",
"gulp-uglify": "^3.0.1",
"jshint": "^2.13.4",
"merge-stream": "^1.0.1",
"yargs": "^15.3.1"
},
"description": "Check out the live [demo](https://codepen.io/naikus/project/full/AzkkER) (POC uses plain javascript and HTML)",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naikus/stage.git"
},
"keywords": [
"capacitor",
"cordova",
"mobile-development",
"page-slider",
"page-transitions",
"view-manager",
"page-manager",
"mobile-library"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/naikus/stage/issues"
}
}