forked from jarrodek/ChromeRestClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.95 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "advanced-rest-client",
"version": "7.29.44",
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"arc": "node bin/install.js"
},
"main": "app/index.html",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"basic-auth": "^1.0.3",
"body-parser": "^1.15.0",
"bower": "*",
"busboy": "^0.2.13",
"chance": "^1.0.1",
"chancejs": "0.0.8",
"co-busboy": "^1.3.1",
"concatenate-files": "^0.1.1",
"confirm-simple": "^1.0.3",
"connect-busboy": "0.0.2",
"connect-modrewrite": "^0.8.5",
"cookie-parser": "^1.4.1",
"crisper": "^2.0.1",
"del": "^2.0.2",
"express": "^4.13.4",
"fsensure": "^1.1.2",
"glob-all": "^3.0.1",
"googleapis": "^2.1.7",
"grunt": "~0.4.5",
"grunt-minify-polymer": "^2.0.4",
"grunt-vulcanize": "^1.0.0",
"gulp": "^3.8.5",
"gulp-babel": "^6.1.1",
"gulp-cli": "^1.2.1",
"gulp-connect": "^2.3.1",
"gulp-crisper": "^1.0.0",
"gulp-foreach": "^0.1.0",
"gulp-git": "^1.7.0",
"gulp-html-extract": "^0.0.3",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-jscs": "^3.0.0",
"gulp-jscs-stylish": "^1.1.2",
"gulp-jshint": "^1.6.3",
"gulp-load-plugins": "^1.1.0",
"gulp-size": "^2.0.0",
"gulp-strip-comments": "^2.3.2",
"gulp-uglify": "^1.5.3",
"gulp-usemin": "^0.3.21",
"gulp-useref": "^2.1.0",
"gulp-util": "^3.0.7",
"gulp-vulcanize": "*",
"http": "0.0.0",
"https": "^1.0.0",
"hydrolysis": "^1.22.0",
"jshint-stylish": "^2.0.0",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"multer": "^1.1.0",
"open": "0.0.5",
"polylint": "^2.9.1",
"querystring": "^0.2.0",
"require-dir": "^0.3.0",
"rimraf": "^2.5.2",
"run-sequence": "^1.0.2",
"shelljs": "^0.6.0",
"url": "^0.11.0",
"vulcanize": ">= 1.4.2",
"web-component-tester": "*",
"zip-folder": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"private": true
}