aboutsummaryrefslogtreecommitdiffstats
path: root/themes
ModeNameSize
d---------base864logstatsplain
ive_photos Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/build/package.json
blob: 82dfa9859071eee0eaceeab8303cddae582bd684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
        "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": "~0.12.0",
                "karma-jasmine": "~0.2.0",
                "karma-junit-reporter": "*",
	            "karma-coverage": "*",
                "karma-phantomjs-launcher": "*",
                "phantomjs": "*"
        },
        "engine": "node >= 0.8"
}