-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 937 Bytes
/
package.json
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
{
"name": "@menadevs/tilde-api",
"version": "1.0.1",
"description": "menadevs.com portal's API client",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/mena-devs/tilde-api-client.git"
},
"bugs": {
"url": "https://github.com/mena-devs/tilde-api-client/issues"
},
"author": "",
"homepage": "https://github.com/mena-devs/tilde-api-client#readme",
"main": "src/index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register --recursive"
},
"browser": {
"fs": false
},
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"superagent": "3.7.0"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"expect.js": "~0.3.1",
"mocha": "~2.3.4",
"sinon": "1.17.3"
}
}