-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·93 lines (93 loc) · 2.38 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "suman-server",
"version": "0.0.206",
"description": "Server/DB/watcher for Suman test runner",
"main": "index.js",
"scripts": {
"test": "suman"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ORESoftware/suman-server.git"
},
"dependencies": {
"adore": "latest",
"ansi-256-colors": "^1.1.0",
"ansi-styles": "^2.1.0",
"ascii-table": "0.0.8",
"async": "^1.5.0",
"babel-runtime": "^6.11.6",
"body-parser": "^1.14.1",
"builtin-modules": "^1.1.1",
"chmodr": "^1.0.2",
"chokidar": "^1.5.1",
"colors": "^1.1.2",
"cookie-parser": "^1.4.0",
"dashdash": "^1.13.0",
"du": "^0.1.0",
"ejs": "^2.3.4",
"express": "^4.14.0",
"jquery": "^2.2.2",
"lodash": "^4.6.1",
"merge-descriptors": "^1.0.1",
"morgan": "^1.6.1",
"poolio": "latest",
"react": "^0.14.8",
"react-css": "0.0.2",
"react-dom": "^0.14.8",
"request": "^2.67.0",
"require-from-string": "^1.1.0",
"residence": "latest",
"semver": "^5.1.0",
"serve-favicon": "^2.3.0",
"siamese": "^2.0.4",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.3",
"suman-utils": "latest",
"tcp-ping": "^0.1.1",
"underscore": "^1.8.3",
"v8flags": "^2.0.10"
},
"directories": {
"test": "test"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2016": "^6.0.11",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"babel-runtime": "^6.11.6",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-nodemon": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-requirejs": "^0.1.3",
"keypress": "^0.2.1",
"nodejs-dep-check": "latest",
"requirejs": "^2.2.0",
"should": "^8.3.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.13.2"
},
"keywords": [
"Suman",
"test",
"runner",
"database"
],
"author": "Olegzandr Denman",
"license": "ISC",
"bugs": {
"url": "https://github.com/ORESoftware/suman-server/issues"
},
"homepage": "https://github.com/ORESoftware/suman-server#readme"
}