feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
30
api.hyungi.net/node_modules/fclone/bower.json
generated
vendored
Normal file
30
api.hyungi.net/node_modules/fclone/bower.json
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "fclone",
|
||||
"description": "Fastest JSON cloning module that handles circular references",
|
||||
"main": "dist/fclone.js",
|
||||
"authors": [
|
||||
"soyuka"
|
||||
],
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"clone",
|
||||
"deep",
|
||||
"circular",
|
||||
"json",
|
||||
"stringify",
|
||||
"fast"
|
||||
],
|
||||
"homepage": "https://github.com/soyuka/fclone",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test.js",
|
||||
"!dist/dpicker.js",
|
||||
"!dist/dpicker.min.js",
|
||||
"screen.png",
|
||||
"gulpfile.js",
|
||||
"demo",
|
||||
"bump.sh"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user