-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
39 lines (39 loc) · 923 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
{
"name": "graphql-date",
"version": "1.0.3",
"description": "GraphQL Date Type",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha ./test && istanbul --text check-coverage --statements 100 --functions 100 --branches 100 --lines 100",
"test-watch": "nodemon -x mocha ./test",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/tjmehta/graphql-date.git"
},
"keywords": [
"graphql",
"date",
"type",
"datetype"
],
"author": "Tejesh Mehta",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjmehta/graphql-date/issues"
},
"homepage": "https://github.com/tjmehta/graphql-date",
"devDependencies": {
"chai": "^4.0.0",
"istanbul": "^0.4.3",
"mocha": "^3.2.0",
"graphql": ">=0.5.0"
},
"dependencies": {
"assert-err": "^1.0.0"
},
"peerDependencies": {
"graphql": ">=0.5.0"
}
}