summaryrefslogtreecommitdiffstats
path: root/js/package.json
blob: dffc802b2ba7362c2885be607816892432d20644 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
	"name": "owncloud-news",
	"description": "ownCloud News App",
	"version": "0.0.1",
	"author": {
		"name": "Bernhard Posselt",
		"email": "dev@bernhard-posselt.com"
	},
	"private": true,
	"homepage": "https://github.com/owncloud/news",
	"repository": {
		"type": "git",
		"url": "git@github.com:owncloud/news.git"
	},
	"bugs": "https://github.com/owncloud/news/issues",
	"contributors": [],
	"dependencies": {},
	"devDependencies": {
		"bower": "*",
		"grunt": "*",
		"grunt-cli": "*",
		"coffee-script": "*",
		"grunt-contrib-concat": "*",
		"grunt-contrib-watch": "*",
		"grunt-coffeelint": "*",
		"grunt-karma": "*",
		"grunt-wrap": "*",
		"grunt-phpunit": "*"
	},
	"engine": "node >= 0.8"
}