-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 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
47
48
{
"name": "jquery-restform",
"version": "1.11.6",
"description": "jQuery plugin for an interactive JSON REST API console",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecomclub/restform.git"
},
"keywords": [
"JSON API",
"JSON Schema",
"REST API console",
"api testing",
"jquery"
],
"author": "E-Com Club",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecomclub/restform/issues"
},
"homepage": "https://github.com/ecomclub/restform#readme",
"standard": {
"globals": [
"XMLHttpRequest",
"XDomainRequest",
"window",
"alert",
"location",
"history",
"document"
]
},
"devDependencies": {
"browser-sync": "^2.24.7",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.5",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.1",
"pump": "^3.0.0"
}
}