summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 5476115be1d48104a860f326f9ff8c36b124ff8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"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": {
		"moment": "~2.8.3"
	}
}