summaryrefslogtreecommitdiffstats
path: root/js/package.json
blob: c5fe7c752d1d2a681d2fd4d24b814045419b91f8 (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
32
{
	"name": "owncloud-news",
	"description": "ownCloud News App",
	"version": "0.0.1",
	"author": {
		"name": "Bernhard Posselt",
		"email": "nukeawhale@gmail.com"
	},
	"private": true,
	"homepage": "https://github.com/owncloud/apps/tree/news/",
	"repository": {
		"type": "git",
		"url": "git@github.com:owncloud/apps.git"
	},
	"bugs": "https://github.com/owncloud/apps/issues",
	"contributors": [],
	"dependencies": {},
	"devDependencies": {
		"grunt": "~0.4.0",
		"grunt-cli": "~0.1.6",
		"coffee-script": "~1.4.0",
		"grunt-contrib-coffee": "~0.4",
		"grunt-contrib-concat": "~0.1.2",
		"grunt-contrib-watch": "~0.2.0",
		"grunt-coffeelint": "0.0.6",
		"gruntacular": "~0.1.1",
		"grunt-wrap": "~0.2.0",
		"phantomjs": "~1.8.1-3",
		"grunt-phpunit": "0.2.0"
	},
	"engine": "node >= 0.8"
}