summaryrefslogtreecommitdiffstats
path: root/build/package.json
blob: c9ed7b96c6c5b6af998c1f86a8a76f9bba4ea373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
        "name": "owncloud-js-tests",
        "description": "ownCloud tests",
        "version": "0.0.1",
        "author": {
                "name": "Vincent Petry",
                "email": "pvince81@owncloud.com"
        },
        "private": true,
        "homepage": "https://github.com/owncloud/",
        "contributors": [],
        "dependencies": {},
        "devDependencies": {
                "karma": "*",
                "karma-jasmine": "*",
                "karma-junit-reporter": "*",
	            "karma-coverage": "*"
        },
        "engine": "node >= 0.8"
}