forked from codebuddies/codebuddies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 956 Bytes
/
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
{
"name": "codebuddies-v2",
"version": "1.0.0",
"license": "GNU General Public License, Version 3",
"scripts": {
"meteor:dev": "meteor --settings settings-development.json",
"meteor:prod": "meteor --settings settings-production.json",
"test:full-app": "meteor test --full-app --driver-package=practicalmeteor:mocha --settings=settings-development.json --port 3100"
},
"dependencies": {
"babel-runtime": "6.23.0",
"bcrypt": "1.0.2",
"body-parser": "^1.15.2",
"faker": "3.1.0",
"html-to-text": "^2.1.3",
"jquery": "^2.2.4",
"lodash": "^3.2.0",
"mailchimp-api": "^2.0.7",
"md5": "^2.2.1",
"meteor-node-stubs": "^0.2.3",
"quill": "^1.0.6",
"quill-render": "^1.0.5",
"twitter": "1.4.0"
},
"devDependencies": {
"cz-conventional-changelog": "2.0.0",
"faker": "3.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}