summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2015-10-27 18:52:09 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2015-10-27 18:59:35 +0100
commit3bf54638eb9b7e6b8b37dba987463f7c28469698 (patch)
tree839c71fba7145f7627d0b6b5f7c64d8ff99c27b2 /package.json
parent62b3d5b626301c2c1733bf0dc1dc74267fd958ff (diff)
add build system (gulp)
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 00000000..c0f0b373
--- /dev/null
+++ b/package.json
@@ -0,0 +1,24 @@
+{
+ "name": "contactsrework",
+ "version": "0.1.0",
+ "description": "Place this app in **owncloud/apps/**",
+ "author": {
+ "name": "Hendrik Leppelsack",
+ "email": "hendrik@leppelsack.de"
+ },
+ "private": true,
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/Henni/contactsrework.git"
+ },
+ "license": "AGPL-3.0",
+ "bugs": {
+ "url": "https://github.com/Henni/contactsrework/issues"
+ },
+ "homepage": "https://github.com/Henni/contactsrework#readme",
+ "devDependencies": {
+ "gulp": "^3.9.0",
+ "gulp-concat": "^2.6.0",
+ "gulp-notify": "^2.2.0"
+ }
+}