summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/build/package.json b/build/package.json
new file mode 100644
index 00000000000..238ea6881a5
--- /dev/null
+++ b/build/package.json
@@ -0,0 +1,19 @@
+{
+ "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": "*"
+ },
+ "engine": "node >= 0.8"
+}