-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 loc) · 1.07 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@rishikeshdhokare/fakedata",
"version": "1.0.3",
"description": "Javascript library to create test data",
"main": "./src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test/*",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*"
},
"repository": {
"type": "git",
"url": "https://github.com/rishikeshdhokare/fakedata.git"
},
"keywords": [
"random",
"random data",
"test",
"test data",
"mock",
"mock data",
"fake",
"fake data"
],
"author": {
"name": "Rishikesh Dhokare",
"email": "[email protected]"
},
"contributors": [
{
"name": "Rishikesh Dhokare",
"email": "[email protected]"
}
],
"homepage": "https://github.com/rishikeshdhokare/fakedata",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.0.1"
}
}