-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
32 lines (32 loc) · 933 Bytes
/
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
{
"name": "egjs",
"version": "2.2.0",
"description": "egjs is Javascript components group that brings easiest and fastest way to build a web application in your way.",
"main": "index.js",
"homepage": "http://naver.github.io/egjs",
"repository": {
"url": "https://github.com/naver/egjs",
"type": "git"
},
"scripts": {
"update": "rm -rf node_modules/@egjs && npm i && node ./update.js"
},
"author": "NAVER corp",
"licenseurl": "https://naver.github.io/egjs/license.txt",
"license": "MIT",
"dependencies": {
"@egjs/agent": "latest",
"@egjs/axes": "latest",
"@egjs/component": "latest",
"@egjs/flicking": "latest",
"@egjs/infinitegrid": "latest",
"@egjs/jquery-pauseresume": "latest",
"@egjs/jquery-transform": "latest",
"@egjs/persist": "latest",
"@egjs/rotate": "latest",
"@egjs/visible": "latest"
},
"devDependencies": {
"fs-extra": "^4.0.1"
}
}