-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 977 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@mindhive/some",
"version": "4.1.2",
"description": "Elegant language for test data",
"contributors": [
{
"name": "Damon Maria",
"email": "[email protected]"
}
],
"license": "MIT",
"private": false,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "[email protected]:mindhivenz/some-js.git"
},
"keywords": [
"some",
"test",
"testing",
"spec",
"factory",
"random"
],
"devDependencies": {
"@mindhive/deploy": "^3.11.0",
"@mindhive/tsconfig": "^1.2.0",
"@types/gulp": "^4.0.5",
"@types/node": "^12.12.9",
"del": "^5.1.0",
"gulp": "^4.0.0",
"gulp-typescript": "^5.0.1",
"prettier": "^1.13.7",
"ts-node": "^8.0.3",
"typescript": "^3.2.2"
},
"homepage": "https://github.com/mindhivenz/some-js",
"bugs": {
"url": "https://github.com/mindhivenz/some-js/issues"
}
}