summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2014-02-10 21:32:17 +0100
committerBart Visscher <bartv@thisnet.nl>2014-02-10 21:32:17 +0100
commit082abdc62080730f70ac0fac67628e4d3bb0cc7b (patch)
tree0054fcb95d954b31933aaafbbdcd69d66a6c944e /build
parent5c3c379f351be913fe7abd500fadd69a83687ebc (diff)
parentbea80ffe2060407e5d849a86f71fae2eed80b08e (diff)
downloadnextcloud-server-082abdc62080730f70ac0fac67628e4d3bb0cc7b.tar.gz
nextcloud-server-082abdc62080730f70ac0fac67628e4d3bb0cc7b.zip
Merge branch 'master' into migration_unit_tests
Diffstat (limited to 'build')
-rw-r--r--build/package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/build/package.json b/build/package.json
new file mode 100644
index 00000000000..c9ed7b96c6c
--- /dev/null
+++ b/build/package.json
@@ -0,0 +1,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"
+}