forked from adleroliveira/dreamjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 753 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 753 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
33
34
35
{
"name": "dreamjs",
"version": "0.1.1",
"description": "A lightweight json data generator.",
"main": "dream.js",
"engine": "node >= 0.10.x",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adleroliveira/dreamjs.git"
},
"keywords": [
"json",
"schemas",
"generator",
"data",
"random"
],
"author": "Adler Oliveira",
"license": "MIT",
"bugs": {
"url": "https://github.com/adleroliveira/dreamjs/issues"
},
"homepage": "https://github.com/adleroliveira/dreamjs#readme",
"dependencies": {
"chai": "^3.4.1",
"chance": "^0.8.0",
"describe-json": "0.0.6",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"randexp": "^0.4.1"
}
}