avocado/packages/input/package.json

38 lines
806 B
JSON
Raw Normal View History

2020-12-28 21:18:54 -06:00
{
"name": "@avocado/input",
"version": "2.0.0",
"main": "index.js",
"author": "cha0s",
"license": "MIT",
"scripts": {
2021-03-20 08:20:30 -05:00
"build": "latus-build",
"clean": "latus-build clean",
"fp": "latus-build forcepublish",
"lint": "latus-build lint",
"test": "latus-build test"
2020-12-28 21:18:54 -06:00
},
"files": [
2021-02-10 11:20:59 -06:00
"client.js",
"client.js.map",
2020-12-28 21:18:54 -06:00
"index.js",
2021-01-05 02:47:30 -06:00
"index.js.map",
"test.js",
"test.js.map"
2020-12-28 21:18:54 -06:00
],
"dependencies": {
2021-02-16 00:08:54 -06:00
"@avocado/behavior": "^2.0.0",
"@avocado/math": "^2.0.0",
"@avocado/timing": "^2.0.0",
2021-02-15 20:09:22 -06:00
"@avocado/traits": "^2.0.0",
2020-12-31 18:35:06 -06:00
"@latus/core": "2.0.0",
"@latus/socket": "2.0.0",
2021-01-24 12:05:11 -06:00
"autoprefixer": "^9.8.6",
2021-02-10 10:59:30 -06:00
"debug": "4.3.1",
"gamepads": "^1.2.2"
2020-12-28 21:18:54 -06:00
},
"devDependencies": {
2021-03-20 08:20:30 -05:00
"@latus/build": "1.x",
"source-map-support": "0.5.19"
2020-12-28 21:18:54 -06:00
}
}