-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
37 lines (37 loc) · 914 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
37
{
"name": "hetic-p2019-11",
"description": "",
"main": "gulpfile.js",
"directory": "app/components/",
"authors": [
"CMarzin <[email protected]>",
"Adrien Zaganelli <[email protected]>"
],
"componentsDirectory": "public/components",
"license": "MIT",
"homepage": "https://github.com/FrostOne/hetic-p2019-11",
"ignore": [
"source",
"spec",
"lib",
"examples",
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
"bower.json",
"gruntfile.js",
"package.json",
"README.md"
],
"path": {
"js": "_js/",
"css": "_css/"
},
"devDependencies": {
"handlebars": "~3.0.0",
"three.min": "https://cdnjs.cloudflare.com/ajax/libs/three.js/r79/three.min.js",
"particles.min": "https://raw.githubusercontent.com/VincentGarreau/particles.js/master/particles.min.js",
"viewport-units-buggyfill": "^0.6.0"
}
}