JohnnyT
před 11 roky
1 změnil soubory, kde provedl
12 přidání a
0 odebrání
-
12
0
bower.json
|
@@ -0,0 +1,12 @@
|
|
|
+{
|
|
|
+ "name": "amber",
|
|
|
+ "version": "0.11.0",
|
|
|
+ "main": "js/amber.js",
|
|
|
+ "ignore": [
|
|
|
+ "**/.*",
|
|
|
+ "node_modules",
|
|
|
+ "bower_components",
|
|
|
+ "test",
|
|
|
+ "tests"
|
|
|
+ ]
|
|
|
+}
|