加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 808 Bytes
一键复制 编辑 原始数据 按行查看 历史
Doruk Eker 提交于 2017-02-28 08:42 . Update package.json
{
"name": "gyronorm",
"version": "2.0.6",
"homepage": "https://github.com/dorukeker/gyronorm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dorukeker/gyronorm.js.git"
},
"authors": [
"Doruk Eker"
],
"bugs": {
"url": "https://github.com/dorukeker/gyronorm.js/issues"
},
"description": "Accesses the gyroscope and accelerometer data from the web browser and combines them in one JS object.",
"main": "dist/gyronorm.complete.js",
"keywords": [
"devicemotion",
"deviceorientation"
],
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.6.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化