-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
49 lines (49 loc) · 1.09 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
{
"name": "soajs",
"description": "soajs framework",
"version": "4.1.11",
"author": {
"name": "soajs team",
"email": "[email protected]"
},
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:soajs/soajs.git"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.6.1",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-coveralls": "2.0.0",
"grunt-env": "1.0.1",
"grunt-istanbul": "0.8.0",
"grunt-jsdoc": "2.4.1",
"grunt-mocha-test": "0.13.3",
"lodash": "4.17.21",
"mocha": "10.7.3",
"soajs.controller": "4.2.16"
},
"dependencies": {
"async": "3.2.6",
"body-parser": "1.20.3",
"cookie-parser": "1.4.7",
"cron": "3.1.7",
"express": "4.21.1",
"express-session": "1.18.1",
"jsontoxml": "1.0.1",
"merge": "2.1.1",
"method-override": "3.0.0",
"request": "2.88.2",
"soajs.core.libs": "1.2.0",
"soajs.core.modules": "5.2.12"
}
}