-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
35 lines (35 loc) · 984 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": "trotto-go-links-extension",
"version": "1.0.0",
"license": "Apache-2.0",
"description": "A browser extension for go links",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "grunt",
"build": "export NODE_ENV=production && grunt build_dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trotto/browser-extension.git"
},
"author": "",
"bugs": {
"url": "https://github.com/trotto/browser-extension/issues"
},
"homepage": "https://github.com/trotto/browser-extension#readme",
"devDependencies": {
"grunt": "^1.1.0",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-update-json": "^0.2.2",
"grunt-webpack": "^3.1.3",
"grunt-zip": "^0.17.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"webextension-polyfill": "^0.6.0"
}
}