-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
36 lines (36 loc) · 824 Bytes
/
bower.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": "scripty",
"version": "1.0.1",
"description": "An experimental tiny lib to load any JS library from jsdelivr.com dynamically based on the lib name. Specific version also supported.",
"main": "dist/scripty.min.js",
"author": {
"name": "Amgad Fahmi",
"email": "[email protected]"
},
"repository": {
"url": "https://github.com/amgadfahmi/scripty",
"type": "git"
},
"keywords": [
"js",
"search",
"bower",
"fast",
"liberaries",
"javascript",
"dynamic",
"cdn"
],
"license": "MIT",
"dependencies": {},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"lib",
"test",
"specs",
"*.js",
"*.json"
]
}