forked from mozilla/shield-studies-addon-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.08 KB
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
{
"name": "shield-studies-addon-utils",
"version": "2.0.0",
"description": "Utilities for building Shield-Study Mozilla Firefox addons.",
"main": "lib/index.js",
"scripts": {
"test": "grunt test && istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100 coverage/reports/coverage.json"
},
"author": "Gregg Lind <glind@mozilla.com>",
"license": "MPL-2.0",
"dependencies": {
},
"devDependencies": {
"chai": "3.5.0",
"grunt": "1.0.1",
"grunt-babel": "6.0.0",
"grunt-cli": "1.2.0",
"grunt-eslint": "18.1.0",
"grunt-explainjs": "0.0.4",
"grunt-istanbul": "0.7.0",
"grunt-shell": "1.3.0",
"istanbul-jpm": "0.1.0",
"jpm": "1.1.4"
},
"bugs": {
"url": "https://github.com/gregglind/shield-studies-addon-utils/issues"
},
"files": [
"lib/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/shield-studies-addon-utils.git"
},
"keywords": ["mozilla", "addon", "shield", "shield-study"],
"homepage": "https://github.com/mozilla/shield-studies-addon-utils#readme"
}