summaryrefslogtreecommitdiffstats
path: root/build/package.json
blob: 67e999aaf310e4c5570e8f0a6149486f58981378 (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
{
  "name": "nextcloud-js-tests",
  "description": "Nextcloud tests",
  "version": "0.0.2",
  "author": {
    "name": "Vincent Petry",
    "email": "pvince81@owncloud.com"
  },
  "private": true,
  "homepage": "https://github.com/nextcloud/",
  "contributors": [],
  "dependencies": {},
  "devDependencies": {
    "karma": "~1.3.0",
    "karma-jasmine": "~1.0.2",
    "karma-junit-reporter": "*",
    "karma-coverage": "*",
    "karma-phantomjs-launcher": "*",
    "phantomjs-prebuilt": "*",
    "jasmine-core": "~2.5.2",
    "node-sass": "~4.1.1"
  },
  "engine": "node >= 0.8"
}