-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.12 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "obsidian-http-request",
"version": "1.5.2",
"description": "Helper library to download assets (ajax) directly or through a proxy",
"main": "lib/index.js",
"scripts": {
"test": "grunt test",
"lint": "grunt lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wanadev/obsidian-http-request.git"
},
"keywords": [
"obsidian",
"ajax",
"http",
"proxy"
],
"author": "Wanadev <http://www.wanadev.fr/>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/wanadev/obsidian-http-request/issues"
},
"homepage": "https://github.com/wanadev/obsidian-http-request#readme",
"devDependencies": {
"body-parser": "^1.20.2",
"enlightme": "^0.2.0",
"expect.js": "^0.3.1",
"express": "^4.18.2",
"grunt": "^1.6.1",
"grunt-browserify": "^6.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-shell": "^4.0.0",
"mocha": "^11.0.1",
"mocha-headless-chrome": "^4.0.0",
"pm2": "^5.3.0"
},
"dependencies": {
"q": "^1.5.1",
"lodash": "^4.17.21"
},
"enlightme": {
"appName": "Obsidian HTTP Request"
}
}