-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.09 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
{
"name": "gpr-install-test",
"version": "0.0.1",
"description": "GitHub Package Registry Install Test",
"main": "tests/index.js",
"scripts": {
"test": "node tests/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycdpoCodeLab/gpr-install-test.git"
},
"keywords": [
"gpr",
"test"
],
"author": "cycjimmy <[email protected]> (https://github.com/cycjimmy)",
"dependencies": {
"@cycjimmy/awesome-js-funcs": "^4.0.9",
"@cycjimmy/canvas-snow": "^3.0.2",
"@cycjimmy/config-lib": "^3.2.1",
"@cycjimmy/h5-audio-controls": "^5.0.3",
"@cycjimmy/h5-pages": "^4.3.0",
"@cycjimmy/h5-preloader": "^5.0.3",
"@cycjimmy/h5-video-player": "^3.0.1",
"@cycjimmy/hello-github-package-npm": "^6.2.7",
"@cycjimmy/jsmpeg-player": "^6.0.5",
"@cycjimmy/mini-xhr": "^7.0.0",
"@cycjimmy/sass-lib": "^2.2.0",
"@cycjimmy/scroller": "^3.0.2",
"@cycjimmy/simulate-chatting": "^2.0.2",
"@cycjimmy/swiper-animation": "^6.0.2",
"@cycjimmy/vue-h5-audio-controls": "^1.2.0",
"@cycjimmy/weixin-share": "^7.0.2"
}
}