-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
41 lines (41 loc) · 1.15 KB
/
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
36
37
38
39
40
41
{
"name": "passman-web-extension",
"version": "1.0.0",
"description": "Tested on: - Chrome - Firefox - Safari",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-execute": "^0.2.2",
"grunt-karma": "^2.0.0",
"grunt-mkdir": "^1.0.0",
"jasmine-core": "^2.6.1",
"jshint-stylish": "^2.2.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-verbose-reporter": "0.0.6"
},
"devDependencies": {
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^2.1.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"
}