-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "urleditorpro",
"version": "0.9.4",
"description": "Chrome extension helping with editing long and complex urls",
"main": "popup.html",
"scripts": {
"postinstall": "node_modules/.bin/typings install",
"test": "node_modules/.bin/gulp test",
"build": "node_modules/.bin/gulp build",
"work": "node_modules/.bin/gulp watch",
"release": "node_modules/.bin/gulp release --bump"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxwroc/UrlEditorPro.git"
},
"author": "Max Chodorowski",
"license": "ISC",
"bugs": {
"url": "https://github.com/maxwroc/UrlEditorPro/issues"
},
"homepage": "https://github.com/maxwroc/UrlEditorPro#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-html2string": "^0.1.1",
"gulp-typescript": "^5.0.1",
"gulp-zip": "^5.1.0",
"jasmine": "^3.7.0",
"jasmine-core": "^3.7.1",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"typescript": "^4.2.4",
"typings": "^2.1.1"
},
"dependencies": {}
}