-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 985 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
38
{
"name": "proxify-url",
"version": "1.0.1",
"description": "An YQL wrapper used to generate a proxy URL to a given resource.",
"main": "lib/index.js",
"scripts": {
"test": "grunt test",
"build": "grunt",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HQarroum/proxify-url.git"
},
"keywords": [
"proxify",
"url",
"yql",
"cors"
],
"author": "Halim Qarroum <hqm.post@gmail.com> (http://halim.qarroum.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/HQarroum/proxify-url/issues"
},
"homepage": "https://github.com/HQarroum/proxify-url#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-mocha-test": "^0.13.2",
"load-grunt-tasks": "^3.2.0",
"mocha": "^4.0.0",
"should": "^13.0.1",
"time-grunt": "^1.2.1"
}
}