diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-31 14:03:55 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-31 14:06:16 +0100 |
commit | d0f2f5f1deeec673046ecdea139d143397ecea6a (patch) | |
tree | 31850febb7e31901521efd2a6aef039af01dc823 /apps/comments/js/vendor/At.js/package.json | |
parent | bcfac75b06038b45d35f54955fcfcde4197c1453 (diff) | |
download | nextcloud-server-d0f2f5f1deeec673046ecdea139d143397ecea6a.tar.gz nextcloud-server-d0f2f5f1deeec673046ecdea139d143397ecea6a.zip |
remove more vendor-imported files that aren't necessary
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/comments/js/vendor/At.js/package.json')
-rw-r--r-- | apps/comments/js/vendor/At.js/package.json | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/apps/comments/js/vendor/At.js/package.json b/apps/comments/js/vendor/At.js/package.json deleted file mode 100644 index 46d8d41cfad..00000000000 --- a/apps/comments/js/vendor/At.js/package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "at.js", - "main": "dist/js/jquery.atwho.js", - "author": { - "name": "chord.luo", - "email": "chord.luo@gmail.com" - }, - "homepage": "http://ichord.github.com/At.js", - "license": "MIT", - "version": "1.5.4", - "repository": { - "type": "git", - "url": "https://github.com/ichord/At.js" - }, - "engines": { - "node": ">= 0.6.0" - }, - "scripts": { - "test": "gulp test" - }, - "peerDependencies": { - "jquery": ">=1.7.0 <4.0.0" - }, - "devDependencies": { - "gulp": "^3.9.0", - "gulp-bump": "^1.0.0", - "gulp-coffee": "^2.3.1", - "gulp-concat": "^2.6.0", - "gulp-cssmin": "^0.1.7", - "gulp-debug": "^2.1.2", - "gulp-header": "^1.7.1", - "gulp-jasmine": "^2.2.1", - "gulp-jasmine-phantom": "^2.0.1", - "gulp-rename": "^1.2.2", - "gulp-uglify": "^1.5.1", - "gulp-umd": "^0.2.0", - "gulp-util": "^3.0.7", - "jasmine-ajax": "^3.2.0", - "jasmine-jquery": "^2.1.1", - "phantomjs": "^1.9.19" - }, - "spm": { - "main": "dist/js/jquery.atwho.js", - "dependencies": { - "jquery": ">=1.7.2", - "caret.js": "~0.2.2" - }, - "ignore": [ - "examples", - "spec", - "src" - ] - } -} |