Blame view

frontend/themes/defaults/web/bxslider-4/_config.json 428 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  {
  	"docs":{
  		"src": 		"docs_src",
  		"dest":		"docs",
  		"templates":"<%= app.docs.src %>/templates",
  		"pages": 	"<%= app.docs.templates %>/pages",
  		"layouts":	"<%= app.docs.templates %>/layouts"
  	},
  
  	"src":{
  		"dist":		"dist",
  
  		"scripts": [
  			"src/js/jquery.bxslider.js"
  		]
  	},
  
  	"title": "bxSlider",
  	"download": "https://github.com/stevenwanderski/bxslider-4/archive/master.zip",
  	"donate": "http://www.bxslider.com"
  }