forked from nextcloud/passman-webextension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1007 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "passman-web-extension",
"version": "1.0.0",
"description": "Webextension for the Passman Nextcloud app",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-mkdir": "^1.1.0",
"grunt-sass": "^3.1.0",
"jasmine-core": "^5.1.1",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^9.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/passman-webextension.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nextcloud/passman-webextension/issues"
},
"homepage": "https://github.com/nextcloud/passman-webextension#readme"
}