-
Notifications
You must be signed in to change notification settings - Fork 140
/
package.json
81 lines (81 loc) · 2.19 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
{
"name": "CRM-js",
"version": "0.5.000",
"private": true,
"author": {
"name": "TM - ToManage"
},
"repository": {
"type": "git",
"url": "https://github.com/crm-js/framework.git"
},
"engines": {
"node": "0.12.x",
"npm": "2.11.x"
},
"contributors": [
"Herve Prot <herve.prot@tomanage.fr>"
],
"license": "OSL v3",
"main": "./index.js",
"dependencies": {
"accounting": ">=0.3.2",
"async": ">= 0.2.9",
"crypto": "latest",
"csv": "0.3.6",
"dateformat": "latest",
"eventemitter3": "^1.1.1",
"fixed-width-string": "^1.0.0",
"googleapis": "latest",
"i18next": "latest",
"i18next-node-fs-backend": "latest",
"i18next-sprintf-postprocessor": "latest",
"json-2-csv": "latest",
"json2csv": "^2.12.0",
"lodash": "3.10.1",
"moment": "^2.10.3",
"mongoose": "~4.5",
"mongoose-datatable": "latest",
"mongoose-function": "latest",
"mongoose-path-tree": "git://github.com/Spown/mongoose-path-tree.git#master",
"mongoose-timestamp": "0.5.0",
"mongoose-versioner": "git://github.com/crm-js/mongoose-versioner.git#master",
"node-gyp": "^3.4.0",
"node-raphael": "git://github.com/sdneon/node-raphael.git#master",
"node-redis-pubsub": "^0.9.0",
"odt": "latest",
"passport": "latest",
"passport-google-oauth": "latest",
"passport-local": "latest",
"passport-localapikey": "latest",
"passport-oauth2": "latest",
"paypal-express-checkout": "^1.4.0",
"q": "^1.4.1",
"shortid": "latest",
"stream-worker": "0.x.x",
"symeos-mqtt": "latest",
"total.js": "2.1.x",
"unzip": "^0.1.11",
"xml-writer": ">=1.4.1",
"xml2js": "latest"
},
"devDependencies": {
"autoprefixer": "^6.5.0",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-change": "^1.0.0",
"gulp-clean-css": "^2.0.13",
"gulp-cssbeautify": "^0.1.3",
"gulp-csscomb": "^3.0.8",
"gulp-header": "^1.8.8",
"gulp-htmlmin": "^3.0.0",
"gulp-ignore": "^2.0.1",
"gulp-jsbeautifier": "^2.0.3",
"gulp-minify-css": "^1.2.4",
"gulp-open": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"prettify": "^0.1.7"
}
}