forked from Thunderbird301/react-addon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 835 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
{
"name": "tb-addon-react",
"version": "1.0.0",
"description": "This is a basic example of how to make a Thunderbird add-on. This repo is the result of [tutorial](https://developer.mozilla.org/en-US/Add-ons/Thunderbird/Building_a_Thunderbird_extension).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Thunderbird301/addon-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Thunderbird301/addon-example/issues"
},
"homepage": "https://github.com/Thunderbird301/addon-example#readme",
"dependencies": {
"babel-cli": "^6.8.0",
"babel-preset-react": "^6.5.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-modal": "^1.5.2"
}
}