summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/lib/jetpack-id/package.json
blob: 62a1c73ba58cfc0be19b68ff5c8b6b7989fcfc7c (plain)
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
{
  "name": "jetpack-id",
  "version": "1.0.0",
  "description": "Creates an ID from a Firefox Jetpack manifest",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "http://github.com/jsantell/jetpack-id"
  },
  "author": {
    "name": "Jordan Santell",
    "url": "http://github.com/jsantell"
  },
  "license": "MPL-2.0",
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter spec --ui bdd"
  },
  "keywords": [
    "jetpack",
    "addon",
    "mozilla",
    "firefox"
  ],
  "devDependencies": {
    "mocha": "*",
    "chai": "*"
  }
}