blob: 683a14f7a29021cda88f9b1cf62e1adb225d6cdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "save-to-pocket-ff",
"version": "1.0.0",
"description": "Task running for Save to Pocket Extension",
"scripts": {
"build:handlebars": "node compile_handlebars.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",
"devDependencies": {
"handlebars": "3.0.0"
},
"repository": "https://hg.mozilla.org/"
}
|