parse-shim
Version:
Requires the right version of Parse JS SDK for a particular platform
27 lines (26 loc) • 531 B
JSON
{
"name": "parse-shim",
"version": "1.0.7",
"description": "Requires the right version of Parse JS SDK for a particular platform",
"main": "parse-shim.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/HustleInc/parse-shim"
},
"keywords": [
"parse",
"shim",
"require",
"load",
"browser",
"node"
],
"author": "Tyler Brock",
"license": "MIT",
"dependencies": {
"parse": "^1.6.0"
}
}