-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.36 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
47
48
49
50
51
52
53
54
55
{
"name": "torrents-graphql-search",
"version": "0.0.1",
"description": "A torrents graphql example",
"main": "server.js",
"scripts": {
"start": "node server",
"eslint": "eslint src/",
"eslint:watch": "nodemon -e js -x 'npm run eslint'",
"test": "NODE_ENV=test mocha test/**",
"test:watch": "nodemon -e js -x 'npm run test'",
"pretest": "npm run eslint"
},
"repository": {
"type": "git",
"url": "https://github.com/Eli-Goldberg/torrents-graphql-search.git"
},
"author": "Eli Goldberg",
"license": "ISC",
"dependencies": {
"bluebird": "3.5.0",
"bunyan": "1.8.8",
"del": "2.2.2",
"graphql": "0.9.3",
"graphql-server-koa": "0.7.1",
"graphql-subscriptions": "0.3.1",
"graphql-tools": "0.11.0",
"imdb-api": "2.2.2",
"install": "0.8.7",
"koa": "2.0.1",
"koa-bodyparser": "4.1.0",
"koa-qs": "2.0.0",
"koa-router": "next",
"lodash": "4.17.4",
"mkdirp": "0.5.1",
"seek-torrent": "1.0.1",
"uuid": "3.0.1"
},
"engines": {
"node": "> 7.6"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "3.17.0",
"koa-custom-graphiql": "1.0.0",
"minimist": "1.2.0",
"mocha": "3.2.0",
"mock-require": "2.0.1",
"nodemon": "1.11.0",
"rewire": "2.5.2",
"run-sequence": "1.2.2",
"supertest": "3.0.0",
"supertest-as-promised": "4.0.2"
}
}