forked from codebuddies/codebuddies
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 714 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"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": {
"body-parser": "^1.15.2",
"html-to-text": "^2.1.3",
"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": {
"faker": "3.1.0"
}
}