gloot-xr-sdk
Version:
G-Loots SDK for web platform games
29 lines (28 loc) • 698 B
JSON
{
"name": "gloot-xr-sdk",
"version": "1.0.23",
"description": "G-Loots SDK for web platform games",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"transpile": "babel index.js -d dist",
"deploy": "npm run transpile && npm version patch && npm publish"
},
"keywords": [
"G-Loot",
"SDK",
"web",
"games"
],
"author": "Johnny Blomgren",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-transform-modules-umd": "^7.2.0",
"@babel/preset-env": "^7.6.3",
"babel-cli": "^7.6.4",
"babel-core": "^7.6.4",
"babel-minify": "^0.5.1"
}
}