| { |
| "author": { |
| "email": "julian@juliangruber.com", |
| "name": "Julian Gruber", |
| "url": "http://juliangruber.com" |
| }, |
| "contributors": [ |
| { |
| "email": "james@womack.io", |
| "name": "James J. Womack", |
| "url": "http://netflix.com" |
| } |
| ], |
| "dependencies": {}, |
| "description": "node's constants module for the browser", |
| "homepage": "https://github.com/juliangruber/constants-browserify", |
| "keywords": [ |
| "constants", |
| "node", |
| "browser", |
| "browserify" |
| ], |
| "license": "MIT", |
| "main": "constants.json", |
| "name": "constants-browserify", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/juliangruber/constants-browserify.git" |
| }, |
| "scripts": { |
| "test": "node test.js" |
| }, |
| "version": "1.0.0" |
| } |