This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/os-browserify/package.json
2020-11-01 22:46:04 +00:00

21 lines
364 B
JSON

{
"name": "os-browserify",
"version": "0.3.0",
"author": "CoderPuppy <coderpup@gmail.com>",
"license": "MIT",
"main": "main.js",
"browser": "browser.js",
"jspm": {
"map": {
"./main.js": {
"node": "@node/os",
"browser": "./browser.js"
}
}
},
"repository": {
"type": "git",
"url": "http://github.com/CoderPuppy/os-browserify.git"
}
}