forked from mozilla-jetpack/jetpack-validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 836 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": "jetpack-validation",
"version": "0.0.5",
"description": "Validate a directory with a manifest for Firefox Addons using Jetpack and jpm",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec --ui bdd"
},
"dependencies": {
"jetpack-id": "0.0.4",
"resolve": "^0.7.1",
"semver": "^2.3.1"
},
"repository": {
"type": "git",
"url": "git://github.com/jsantell/jetpack-validation.git"
},
"author": "Jordan Santell",
"license": "MIT",
"bugs": {
"url": "https://github.com/jsantell/jetpack-validation/issues"
},
"homepage": "https://github.com/jsantell/jetpack-validation",
"keywords": [
"jetpack",
"addon",
"mozilla",
"firefox",
"addons",
"validation"
],
"devDependencies": {
"mocha": "*",
"chai": "*"
}
}