Skip to content
Prev Previous commit
Next Next commit
Add package meta data
  • Loading branch information
kgryte committed Mar 6, 2023
commit 711bf7ce45c4c6ce5cb0b88cd50e2d8f14d16495
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"private": true,
"name": "",
"version": "0.0.0",
"license": "MIT",
"description": "Array API specification.",
"author": {},
"contributors": [],
"main": "",
"directories": {},
"scripts": {},
"homepage": "https://github.com/data-apis/array-api",
"repository": {
"type": "git",
"url": "git://github.com/data-apis/array-api.git"
},
"bugs": {
"url": "https://github.com/data-apis/array-api/issues"
},
"devDependencies": {},
"keywords": []
}