forked from zetrosoft/EasyERP_open_source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.12 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "easyErp",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "mocha test/serverSpecs/**/*.js",
"postinstall": "bower install"
},
"dependencies": {
"amqp": "^0.2.6",
"async": "~1.5.0",
"body-parser": "1.10.2",
"bower": "^1.7.9",
"compression": "^1.6.2",
"connect-mongo": "0.8.0",
"connect-multiparty": "1.2.5",
"consolidate": "0.12.1",
"cookie-parser": "1.3.3",
"crypto": "0.0.3",
"debug": "^2.2.0",
"express": "4.3.0",
"express-session": "1.13.0",
"express-subdomain": "1.0.3",
"fast-csv": "0.6.0",
"geoip-lite": "1.1.6",
"getresponse-nodejs-api": "0.0.4",
"googleapis": "0.4.6",
"html-pdf": "2.1.0",
"isodate": "0.1.4",
"js-zimbra": "^1.0.0-beta.6",
"lodash": "3.8.0",
"money": "0.2.0",
"mongodb": "2.0.44",
"mongoose": "4.0.8",
"mongoose-schema-extend": "0.2.0",
"morgan": "1.5.1",
"mssql": "2.1.3",
"newrelic": "1.18.3",
"node-schedule": "^0.2.9",
"node-xlsx": "^0.6.0",
"nodemailer": "2.6.4",
"oauth": "^0.9.14",
"open-exchange-rates": "^0.3.0",
"pmx": "^0.3.31",
"redis": "1.0.0",
"request": "2.55.0",
"socket.io": "1.3.7",
"socket.io-redis": "0.1.4",
"swig": "1.4.2",
"underscore": "1.8.3",
"validate.js": "^0.9.0",
"validator": "4.2.1",
"winston": "2.1.1",
"woocommerce-api": "1.3.2",
"xlsx": "^0.8.0",
"xml2js": "0.4.0",
"xss-filters": "^1.2.6"
},
"apidoc": {
"title": "Custom apiDoc browser title",
"url": "http://192.168.88.122"
},
"devDependencies": {
"apidoc": "^0.16.1",
"autoprefixer": "^6.3.7",
"chai": "^3.2.0",
"chai-jquery": "^2.0.0",
"coveralls": "^2.11.6",
"eslint": "^2.8.0",
"eslint-config-thinkmobiles": "git+https://github.com/ivanlyah/eslint-config-thinkmobiles.git",
"eslint-plugin-react": "^4.1.0",
"grunt": "^0.4.5",
"grunt-apidoc": "^0.11.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsdoc": "^0.6.8",
"grunt-karma": "^0.12.1",
"grunt-modernizr": "^1.0.1",
"grunt-postcss": "^0.8.0",
"istanbul": "^0.4.2",
"jasmine-core": "^2.4.1",
"jsdoc": "^3.3.2",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-fixture": "^0.2.5",
"karma-html2js-preprocessor": "^0.1.0",
"karma-ie-launcher": "^0.2.0",
"karma-jquery": "^0.1.0",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^0.2.3",
"karma-safari-launcher": "^0.1.1",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^1.1.0",
"mocha": "^2.3.4",
"mocha-lcov-reporter": "^1.0.0",
"open": "0.0.5",
"phantomjs-prebuilt": "2.1.4",
"pixrem": "^3.0.1",
"requirejs": "2.1.22",
"sinon": "1.17.2",
"sinon-chai": "2.8.0",
"supertest": "1.0.1"
}
}