summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 3a6d8d73663c5d3d7b477d52606d02d2f00eecd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"name": "ownCloud",
	"version": "8.0 pre alpha",
	"homepage": "http://www.owncloud.org",
	"license": "AGPL",
	"private": true,
	"ignore": [
		"**/.*",
		"node_modules",
		"bower_components",
		"core/vendor",
		"test",
		"tests"
	],
	"dependencies": {
	}
}