summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 3a3791e5c6da37d8a06bc8f138c1f7ce682ec7c8 (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": "https://www.owncloud.org",
	"license": "AGPL",
	"private": true,
	"ignore": [
		"**/.*",
		"node_modules",
		"bower_components",
		"core/vendor",
		"test",
		"tests"
	],
	"dependencies": {
		"moment": "~2.8.3"
	}
}