-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
40 lines (40 loc) · 964 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
{
"name": "WebJCL",
"description": "Web application interfacing with IBM mainframe.",
"repository": {
"type": "git",
"url": "https://github.com/niumainframe/webjcl.git"
},
"homepage": "http://webjcl.com",
"bugs": "https://github.com/niumainframe/webjcl/issues",
"version": "0.2.1",
"people": [
"Vincent Schramer <vinciple@gmail.com>",
"Nick Ruhe <ruhe.nick@gmail.com>"
],
"scripts": {
"start": "node main.js",
"test": "grunt test"
},
"engines": {
"node": ">=0.10.26"
},
"dependencies": {
"async": "0.2.x",
"express": "3.1.x",
"node-uuid": "1.4.x",
"mongodb": "1.2.13",
"ftp": "0.3.1",
"q": "^1.0.0",
"jsftp": "^1.2.1",
"node-cache": "^0.4.1",
"body": "^4.4.2",
"winston": "^0.7.2"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-jasmine-node": "git+https://github.com/scvnc/grunt-jasmine-node.git",
"frisby": "~0.7.8",
"request": "~2.33.0"
}
}