This repository has been archived by the owner on May 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
63 lines (63 loc) · 1.83 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"title": "Min Vid",
"name": "min-vid",
"version": "0.4.9",
"private": true,
"repository": "meandavejustice/min-vid",
"author": "meandave",
"updateURL": "https://testpilot.firefox.com/files/@min-vid/updates.json",
"engines": {
"firefox": ">=38.0a1"
},
"bugs": {
"url": "https://github.com/meandavejustice/min-vid/issues"
},
"scripts": {
"lint": "eslint -c .eslintrc.json .",
"start": "npm run dev",
"watch-script": "onchange '**/*.js' -w -e 'webextension/dist/**/*.js' -- npm run package",
"copy:locales": "node ./bin/locales",
"dev": "npm run copy:locales && npm run watch-script",
"package": "webpack && ./bin/package-addon.sh",
"prepackage": "npm run copy:locales && npm run lint",
"postpackage": "addons-linter addon.xpi -o text",
"prepush": "npm run package",
"deploy": "deploy-txp"
},
"license": "MPL-2.0",
"devDependencies": {
"addons-linter": "0.27.1",
"archiver": "2.1.0",
"audiosource": "3.0.3",
"babel": "6.23.0",
"babel-core": "6.26.0",
"babel-eslint": "8.0.1",
"babel-loader": "7.1.2",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"classnames": "2.2.5",
"cross-spawn": "5.1.0",
"deep-assign": "2.0.0",
"deploy-txp": "1.0.7",
"eslint": "3.19.0",
"eslint-plugin-mozilla": "0.4.6",
"eslint-plugin-no-unsanitized": "2.0.1",
"eslint-plugin-react": "7.4.0",
"get-video-id": "2.1.6",
"husky": "0.14.3",
"iso8601-duration": "1.1.1",
"keyboardjs": "2.3.4",
"lodash.debounce": "4.0.8",
"onchange": "3.2.1",
"pontoon-to-webext": "1.0.2",
"react": "15.6.1",
"react-dom": "15.6.1",
"react-player": "0.25.3",
"react-tabs": "0.8.3",
"react-tooltip": "3.4.0",
"sortablejs": "1.6.1",
"testpilot-ga": "0.3.0",
"uuid": "3.1.0",
"webpack": "3.8.1"
}
}