forked from frigus02/RESTer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "rester",
"version": "2.4.0",
"description": "A REST client for almost any web service.",
"homepage": "https://github.com/frigus02/RESTer",
"bugs": "https://github.com/frigus02/RESTer/issues",
"license": "MIT",
"author": "Jan Kühle <jkuehle90@gmail.com> (https://kuehle.me)",
"repository": "frigus02/RESTer",
"scripts": {
"postinstall": "bower install",
"test": "wct",
"start": "gulp dev",
"build": "gulp build",
"lint": "gulp lint",
"package": "gulp package"
},
"devDependencies": {
"addons-linter": "^0.19.2",
"bower": "^1.8.0",
"del": "^2.2.2",
"eslint-config-crockford": "^1.0.0",
"eslint-plugin-html": "^2.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-crisper": "^1.1.0",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^5.0.0",
"gulp-polylint": "^1.0.3",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.8",
"gulp-vulcanize": "^6.1.0",
"gulp-zip": "^4.0.0",
"jpm": "^1.3.1",
"parse5": "^3.0.1",
"through2": "^2.0.3",
"web-component-tester": "^5.0.1"
},
"engines": {
"node": ">=6.0.0"
},
"private": true
}