Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-12-22 01:00:35 +0300
committerbrantje <brantje@gmail.com>2016-12-22 01:08:50 +0300
commite3ce52b93c61ca6bba5fff9285e39ea7548e36fb (patch)
treeae16c365d14601af612a9d5aa192c0a0f98841f9 /package.json
parentaf70943faac06b30d067166425e329a1cb985dbc (diff)
Building works
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
index 01027acd..08c7d973 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,11 @@
},
"dependencies": {
"grunt": "~0.4.5",
+ "grunt-cli": "~1.2.0",
+ "grunt-contrib-clean": "^1.0.0",
+ "grunt-contrib-concat": "^1.0.1",
+ "grunt-contrib-copy": "^1.0.0",
+ "grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-sass": "^1.0.0",
@@ -13,6 +18,8 @@
"grunt-contrib-watch": "^1.0.0",
"grunt-html2js": "^0.3.6",
"grunt-karma": "^2.0.0",
+ "grunt-mkdir": "^1.0.0",
+ "grunt-replace": "^1.0.1",
"html-minifier": "^3.0.2",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
@@ -20,6 +27,7 @@
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-requirejs": "^1.1.0",
+ "karma-verbose-reporter": "0.0.3",
"requirejs": "^2.3.2"
}
}