1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "constants-browserify",
|
3 |
|
|
"description": "node's constants module for the browser",
|
4 |
|
|
"version": "1.0.0",
|
5 |
|
|
"repository": {
|
6 |
|
|
"type": "git",
|
7 |
|
|
"url": "git://github.com/juliangruber/constants-browserify.git"
|
8 |
|
|
},
|
9 |
|
|
"homepage": "https://github.com/juliangruber/constants-browserify",
|
10 |
|
|
"main": "constants.json",
|
11 |
|
|
"dependencies": {},
|
12 |
|
|
"keywords": [
|
13 |
|
|
"constants",
|
14 |
|
|
"node",
|
15 |
|
|
"browser",
|
16 |
|
|
"browserify"
|
17 |
|
|
],
|
18 |
|
|
"author": {
|
19 |
|
|
"name": "Julian Gruber",
|
20 |
|
|
"email": "julian@juliangruber.com",
|
21 |
|
|
"url": "http://juliangruber.com"
|
22 |
|
|
},
|
23 |
|
|
"scripts": {
|
24 |
|
|
"test": "node test.js"
|
25 |
|
|
},
|
26 |
|
|
"contributors": [
|
27 |
|
|
{
|
28 |
|
|
"name": "James J. Womack",
|
29 |
|
|
"email": "james@womack.io",
|
30 |
|
|
"url": "http://netflix.com"
|
31 |
|
|
}
|
32 |
|
|
],
|
33 |
|
|
"license": "MIT"
|
34 |
|
|
}
|