1234567891011121314151617181920212223 |
- {
- "name": "jpm-core",
- "version": "0.0.11",
- "description": "Cross platform components for building Firefox add-ons",
- "main": "./index.js",
- "keywords": [
- "jpm",
- "jetpack",
- "firefox",
- "mozilla"
- ],
- "author": "Erik Vold <evold@mozilla.com> (http://work.erikvold.com/)",
- "license": "MPL-2.0",
- "homepage": "https://github.com/mozilla-jetpack/jpm-core",
- "repository": {
- "type": "git",
- "url": "git://github.com/mozilla-jetpack/jpm-core.git"
- },
- "bugs": {
- "url": "http://github.com/mozilla-jetpack/jpm-core/issues"
- }
- }
|