UNPKG

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