forked from napo0703/linda-worker
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.27 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
{
"name": "masuilab-linda-worker",
"version": "0.0.0",
"description": "Linda Worker - deploy on Heroku http://masuilab-linda-worker.herokuapp.com",
"main": "bin/linda-worker.coffee",
"scripts": {
"start": "coffee bin/linda-worker.coffee",
"test": "grunt test"
},
"engines": {
"node": "5.4.x",
"npm": "3.x"
},
"private": true,
"keywords": [
"linda"
],
"author": "Sho Hashimoto <[email protected]>",
"license": "MIT",
"dependencies": {
"async": "*",
"body-parser": "^1.12.2",
"coffee-script": "^1.10",
"debug": "*",
"express": "^4.12.3",
"linda": "^1.2",
"lodash": "*",
"request": "*",
"socket.io-client": "^1.3",
"weather-yahoo-jp": "^0.4.0",
"yo-api": "^1.0.0"
},
"devDependencies": {
"coffeelint": "*",
"coffee-errors": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-coffeelint": "*",
"grunt-contrib-watch": "*",
"grunt-notify": "*",
"grunt-jsonlint": "*",
"grunt-simple-mocha": "*",
"mocha": "*",
"supertest": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/masuilab/linda-worker.git"
},
"bugs": {
"url": "https://github.com/masuilab/linda-worker/issues"
},
"homepage": "https://github.com/masuilab/linda-worker"
}