forked from meowdao/goat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.65 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
{
"name": "goat",
"title": "-=GOAT=-",
"description": "just a goat",
"version": "0.0.6",
"homepage": "http://mabp.kiev.ua/",
"keywords": [],
"author": {
"name": "CTAPbIu_MABP",
"email": "[email protected]",
"url": "http://mabp.kiev.ua/"
},
"repository": {
"type": "git",
"url": "https://github.com/CTAPbIu_MABP/goat.git"
},
"bugs": {
"url": "https://github.com/CTAPbIuMABP/goat/issues"
},
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.14.2",
"bootstrap": "3.3.6",
"classnames": "2.2.3",
"cookie-parser": "1.4.1",
"connect-mongo": "1.1.0",
"cuid": "1.3.8",
"debug": "2.2.0",
"escape-string-regexp": "1.0.4",
"express": "4.13.4",
"express-session": "1.13.0",
"font-awesome": "4.5.0",
"history": "2.0.0",
"jquery": "2.2.0",
"lackey-mongoose-version": "1.0.2",
"lodash": "4.2.1",
"moment": "2.11.2",
"moment-range": "2.1.0",
"moment-timezone": "0.5.0",
"mongoose": "4.4.1",
"morgan": "1.6.1",
"nodemailer": "2.1.0",
"nodemailer-mailgun-transport": "1.0.1",
"passport": "0.3.2",
"passport-local": "1.0.0",
"passport-facebook": "1.0.3",
"passport-google-oauth": "0.1.5",
"q": "1.4.1",
"react": "0.14.7",
"react-bootstrap": "0.28.2",
"react-dom": "0.14.7",
"react-google-maps": "4.7.2",
"react-redux": "4.4.0",
"react-router": "2.0.0-rc5",
"react-router-bootstrap": "0.20.1",
"redux": "3.3.1",
"react-router-redux": "3.0.0",
"redux-logger": "2.0.4",
"redux-thunk": "1.0.3",
"twilio": "3.3.0-edge",
"twit": "2.1.3",
"zxcvbn": "4.2.0"
},
"devDependencies": {
"babel-cli": "6.5.1",
"babel-core": "6.5.1",
"babel-loader": "6.2.2",
"babel-plugin-espower": "2.1.1",
"babel-plugin-react-transform": "2.0.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.5.0",
"babel-polyfill": "6.5.0",
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"babel-runtime": "6.5.0",
"core-decorators": "0.11.0",
"css-loader": "0.23.1",
"eslint": "1.10.3",
"eslint-loader": "1.2.1",
"eslint-config-trejgun": "git://github.com/TrejGun/eslint-config-trejgun.git#6beca5e7537dac1a70d155796f73df2555792495",
"extract-text-webpack-plugin": "git://github.com/TrejGun/extract-text-webpack-plugin.git#4c2af8a819b30e1cd6d23e329b7492f808ee6f99",
"file-loader": "0.8.5",
"istanbul": "^1.0.0-alpha",
"less": "2.6.0",
"less-loader": "2.2.2",
"mocha": "2.4.5",
"nodemon": "1.8.1",
"power-assert": "1.2.0",
"react-transform-hmr": "1.0.2",
"style-loader": "0.13.0",
"webpack": "1.12.13",
"webpack-dev-middleware": "1.5.1",
"webpack-hot-middleware": "2.6.4"
},
"engines": {
"node": "v5.3.0"
},
"scripts": {
"build": "webpack -c --config server/configs/webpack.js",
"db": "NODE_ENV=${NODE_ENV:=test} babel-node tools/db-category.js",
"coverage": "NODE_ENV=${NODE_ENV:=test} babel-node node_modules/istanbul/lib/cli cover --report text --report html node_modules/.bin/_mocha test/controllers/abstract",
"lint": "eslint server/* client/assets/js/* test/*",
"prod": "NODE_ENV=${NODE_ENV:=production} babel-node server/server.js",
"start": "NODE_ENV=${NODE_ENV:=development} TWITTER_API=${TWITTER_API:=true} DEBUG=web:* nodemon server/server.js",
"test": "NODE_ENV=${NODE_ENV:=test} babel-node node_modules/.bin/_mocha",
"travis": "NODE_ENV=${NODE_ENV:=test} babel-node node_modules/istanbul/lib/cli cover --report text node_modules/.bin/_mocha test/controllers/abstract"
}
}