forked from miiixr/picklete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 3.53 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
115
116
117
118
119
{
"name": "ec-platform",
"version": "0.1.0",
"author": "Trunk Studio <[email protected]>",
"contributors": [
{
"name": "smlsun",
"email": "[email protected]"
},
{
"name": "clonn",
"email": "[email protected]"
},
{
"name": "kyle",
"email": "[email protected]"
}
],
"keywords": [
"sails.js",
"coffeescript",
"jade",
"coffee",
"sass"
],
"dependencies": {
"aws-sdk": "2.1.45",
"bcryptjs": "^2.1.0",
"bluebird": "^2.9.34",
"easyimage": "^2.1.0",
"fs-extra": "^0.24.0",
"gm": "^1.18.1",
"include-all": "^0.1.6",
"jade": "^1.8.2",
"lodash": "^3.1.0",
"mailchimp": "^1.1.0",
"mailchimp-api": "^2.0.7",
"mime": "^1.3.4",
"mime-db": "^1.17.0",
"moment": "^2.10.6",
"moment-timezone": "^0.4.0",
"mysql": "^2.8.0",
"node-xlsx": "^0.6.0",
"passport": "^0.2.1",
"passport-facebook": "^2.0.0",
"passport-local": "^1.0.0",
"passport-paypal-oauth": "git+https://github.com/vguardiola/passport-paypal-oauth.git",
"rc": "~0.5.0",
"request": "^2.61.0",
"sails": "~0.11.0-rc4",
"sails-disk": "~0.10.0",
"sails-hook-babel": "^5.0.1",
"sails-service-mailer": "2.0.1",
"sequelize": "^3.4.1",
"skipper": "^0.5.5",
"smtpapi": "^1.2.0",
"sprintf-js": "^1.0.3",
"sqlite3": "^3.0.10",
"supertest-as-promised": "^2.0.2",
"validator": "^3.37.0",
"xoauth2": "^1.1.0"
},
"scripts": {
"start": "node_modules/.bin/coffee app.coffee",
"build": "compass compile && node_modules/.bin/grunt",
"watch": "parallelshell 'npm run watch:compass' 'npm run watch:livereload' 'npm run watch:coffee'",
"watch:compass": "compass watch",
"watch:livereload": "live-reload --port 9091 .tmp/public/",
"watch:coffee": "coffee -cwo ./.tmp/public/js ./assets/js/",
"copy": "cp --parents ./assets/js/dependencies/*.js ./.tmp/public/js/dependencies/*.js",
"debug": "node debug app.js",
"release": "git push heroku release:master",
"mobileUpdate": "cd ../agricloud-mobile-cart && git pull && npm i && node_modules/.bin/gulp build",
"platformUpdate": "git pull && npm i",
"dockerRestart": "docker-compose stop && docker-compose up -d",
"restart": "npm run mobileUpdate && npm run platformUpdate && npm run dockerRestart"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/caesarchi/main-site.git"
},
"license": "GPL",
"devDependencies": {
"bower": "^1.5.2",
"chai": "^1.10.0",
"cheerio": "^0.19.0",
"coffee-script": "^1.9.3",
"grunt": "0.4.2",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-less": "0.11.1",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-jscs": "^2.1.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-sails-linker": "~0.9.5",
"grunt-sync": "~0.0.4",
"istanbul": "^0.3.21",
"jshint-stylish": "^2.0.1",
"live-reload": "latest",
"mocha": "^2.1.0",
"nock": "^1.4.0",
"parallelshell": "^1.0.3",
"sails-hook-autoreload": "^0.12.0",
"sinon": "^1.16.1",
"string.prototype.endswith": "^0.2.0",
"string.prototype.startswith": "^0.2.0",
"supertest": "^0.15.0",
"supertest-session": "0.0.7"
}
}