-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.1 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.1 KB
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
{
"name": "gulp-dummy-json",
"version": "0.0.1",
"description": "Creates dummy test json data from dummy-json templates (with dependencies)",
"keywords": [
"gulpplugin"
],
"repository": {
"type": "git",
"url": "https://github.com/jsbuzz/gulp-dummy-json"
},
"author": {
"name": "Matyas Buczko",
"email": "matyas.buczko@gmail.com"
},
"main": "index.js",
"engines": {
"node": ">= 0.9"
},
"dependencies": {
"through2": "^0.5.1",
"gulp-util": "^2.2.17",
"dummy-json": "^0.0.2"
},
"license": "MIT",
"readme": "gulp-dummy-json\n===============\n\nCreates dummy test json data from dummy-json templates (with dependencies)\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/jsbuzz/gulp-dummy-json/issues"
},
"homepage": "https://github.com/jsbuzz/gulp-dummy-json",
"_id": "gulp-dummy-json@0.0.1",
"_shasum": "eb03b76fcc2bb3186dd1beca3355ad253ec0148f",
"_resolved": "git+https://git@github.com/jsbuzz/gulp-dummy-json#c6a793dd274d8fb0f7e7b029c7975c0b89348703",
"_from": "git+https://git@github.com/jsbuzz/gulp-dummy-json"
}