forked from temrdm/gulp-rest-emulator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 882 Bytes
/
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
{
"name": "gulp-rest-emulator",
"version": "0.1.5",
"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 <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/temrdm/gulp-rest-emulator/issues"
},
"homepage": "https://github.com/temrdm/gulp-rest-emulator",
"dependencies": {
"body-parser": "^1.17.2",
"cors": "^2.7.1",
"event-stream": "^3.3.1",
"express": "^4.10.7",
"gulp-util": "^3.0.5",
"https": "^1.0.0",
"lodash": "^3.9.3",
"rest-emulator": "git+https://github.com/temrdm/rest-emulator.git",
"serve-index": "^1.6.4",
"serve-static": "^1.9.3"
}
}