-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 759 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 759 Bytes
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
{
"name": "Requestdiff",
"version": "1.0.0",
"description": "Visually diff two HTTP requests",
"main": "server.js",
"dependencies": {
"diff": "^2.1.3",
"request": "^2.64.0",
"serve-static": "^1.10.0"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"browser-sync": "^2.9.11",
"eslint": "^1.6.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-babel": "^5.2.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.0.0",
"gulp-minify-css": "^1.2.1",
"gulp-nodemon": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Victor Delgado",
"license": "MIT"
}