-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 858 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@binarcode/restifyjs",
"description": "Support for binaryk/laravel-restify.",
"version": "0.0.6",
"repository": {
"type": "git",
"url": "https://github.com/BinarCode/restifyjs"
},
"keywords": [
"api",
"laravel",
"restify",
"rest"
],
"author": {
"name": "Eduard Lupacescu",
"email": "eduard.lupacescu@binarcode.com"
},
"main": "index.js",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"esm": "^3.2.25",
"jsdom": "16.4.0",
"jsdom-global": "3.0.2",
"mocha": "^8.2.1",
"moxios": "^0.4.0"
},
"scripts": {
"test": "mocha -r esm,jsdom-global/register --exit",
"test:watch": "mocha -r esm,jsdom-global/register --watch",
"build": "babel src -d dist"
},
"dependencies": {
"axios": "^0.21.1"
}
}