UNPKG

991 BJSONView Raw
1{
2 "name": "kinvey-code-task-runner",
3 "version": "2.2.3",
4 "description": "Task Runner for Kinvey Microservices",
5 "engines": {
6 "node": "= 0.10.x"
7 },
8 "repository": {
9 "type": "git",
10 "url": "Kinvey/kinvey-code-task-runner"
11 },
12 "license": "Apache-2.0",
13 "author": "Kinvey <support@kinvey.com>",
14 "contributors": [
15 "Michael Salinger <mjsalinger@kinvey.com>"
16 ],
17 "dependencies": {
18 "coffee-script": "1.10.0",
19 "express": "4.13.4",
20 "body-parser": "1.15.0",
21 "async": "1.5.2"
22 },
23 "devDependencies": {
24 "mocha": "2.5.3",
25 "should": "9.0.2",
26 "coffeelint": "1.15.7",
27 "supertest": "2.0.0",
28 "eslint": "3.0.1",
29 "eslint-config-airbnb-base": "1.0.3",
30 "eslint-plugin-import": "1.10.3"
31 },
32 "scripts": {
33 "pretest": "./node_modules/.bin/eslint lib test",
34 "test": "mocha test/lib/*",
35 "test-tcp-receiver": "mocha test/lib/tcpReceiver.test.coffee",
36 "test-http-receiver": "mocha test/lib/httpReceiver.test.coffee"
37 }
38}