forked from tjmehta/graphql-date
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 865 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
{
"name": "graphql-moment",
"version": "0.0.2",
"description": "GraphQL Moment Date Type",
"main": "index.js",
"scripts": {
"test": "mycha"
},
"repository": {
"type": "git",
"url": "https://github.com/jiexi/graphql-moment.git"
},
"keywords": [
"graphql",
"date",
"type",
"datetype",
"moment"
],
"author": "Jiexi Luan",
"license": "MIT",
"bugs": {
"url": "https://github.com/jiexi/graphql-moment/issues"
},
"homepage": "https://github.com/jiexi/graphql-moment",
"devDependencies": {
"chai": "^3.5.0",
"graphql": ">=0.5.0",
"lodash": "4.16.2",
"mycha": "^3.0.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"assert-err": "^1.0.0",
"coffee-script": "^1.11.1",
"moment": "^2.17.0"
},
"peerDependencies": {
"graphql": ">=0.5.0"
}
}