forked from kafene/menuitem
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 870 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
36
{
"name": "menuitem",
"author": "Erik Vold",
"version": "0.0.5",
"license": "MPL-2.0",
"main": "index.js",
"keywords": [
"gecko",
"firefox",
"jetpack",
"menuitem",
"menu",
"ui"
],
"dependencies": {
"pathfinder": "git+https://github.com/OverByThere/addon-pathfinder.git"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OverByThere/menuitem.git"
},
"description": "[![Build Status](https://travis-ci.org/jetpack-labs/menuitem.png)](https://travis-ci.org/jetpack-labs/menuitem)",
"bugs": {
"url": "https://github.com/OverByThere/menuitem/issues"
},
"homepage": "https://github.com/OverByThere/menuitem#readme",
"directories": {
"test": "test"
},
"devDependencies": {
"jpm": "git+https://github.com/mozilla-jetpack/jpm.git"
},
"scripts": {
"test": "jpm test"
}
}