forked from temrdm/gulp-rest-emulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 765 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 765 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
32
{
"name": "gulp-rest-emulator",
"version": "0.0.2",
"description": "Gulp plugin use Rest Emulator",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/temrdm/gulp-rest-emulator.git"
},
"keywords": [
"rest-emulator",
"gulp"
],
"author": "Artem Pogrebnoy <tem.rdm@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/temrdm/gulp-rest-emulator/issues"
},
"homepage": "https://github.com/temrdm/gulp-rest-emulator",
"dependencies": {
"event-stream": "^3.2.1",
"express": "^4.10.7",
"gulp-util": "^3.0.2",
"lodash": "^2.4.1",
"rest-emulator": "0.0.3",
"serve-index": "^1.6.0",
"serve-static": "^1.8.0"
}
}