-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 3.69 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "organicity-scenarios",
"version": "0.1.1",
"main": "server.js",
"license": "MIT",
"description": "The Organicity Scenario Tool",
"repository": {
"type": "git",
"url": "https://github.com/OrganicityEu-Platform/scenarios.git"
},
"devDependencies": {
"babel-eslint": "~6.0.2",
"babelify": "^6.1.3",
"browserify": "^11.0.1",
"escope": "^3.3.0",
"esprima-fb": "~15001.1001.0-dev-harmony-fb",
"expect.js": "^0.3.1",
"glob": "^5.0.14",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-cached": "^1.1.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-debug": "^2.0.1",
"gulp-env": "^0.2.0",
"gulp-eslint": "~1.0.0",
"gulp-express": "^0.3.5",
"gulp-if": "^1.2.5",
"gulp-jasmine": "^2.0.1",
"gulp-jscs": "~2.0.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-markdown-pdf": "~2.0.1",
"gulp-marked": "^1.0.0",
"gulp-minify-css": "^1.2.0",
"gulp-mocha": "^2.1.3",
"gulp-newer": "^0.5.1",
"gulp-notify": "^2.2.0",
"gulp-open": "^1.0.0",
"gulp-shell": "^0.4.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gutil": "^1.6.4",
"husky": "~0.10.1",
"jasmine-core": "^2.3.4",
"jasmine-reporters": "^2.0.7",
"less-plugin-clean-css": "^1.5.1",
"reactify": "^1.1.1",
"requirejs": "^2.1.20",
"run-sequence": "^1.1.2",
"supertest": "^1.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.0.2",
"bootstrap": "^3.3.5",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.1",
"cron": "~1.0.9",
"csv-parse": "^1.0.0",
"ejs": "~2.5.5",
"escope": "^3.3.0",
"express": "~4.13.1",
"express-list-routes": "~0.1.4",
"express-session": "~1.0.4",
"express-validation": "~0.4.4",
"find-remove": "~0.2.8",
"fs-sync": "~1.0.1",
"git-rev": "^0.2.1",
"gm": "~1.21.1",
"gravatar": "~1.3.1",
"hashmap": "^2.0.3",
"http-status": "^0.2.0",
"image-size": "~0.3.5",
"is-empty-object": "^1.1.0",
"joi": "6.7.1",
"joi-validation-strategy": "0.3.3",
"jquery": "^2.1.4",
"jwt-decode": "^2.0.1",
"mathjs": "^3.17.0",
"method-override": "~1.0.2",
"moment": "^2.10.6",
"mongodb": "^2.0.39",
"mongoose": "~4.1.3",
"mongoose-search-plugin": "~0.1.2",
"morgan": "~1.6.1",
"multer": "~1.0.6",
"n": "^2.1.0",
"node-rest-client": "^1.5.1",
"node-uuid": "~1.4.3",
"nodemailer": "~1.8.0",
"passport": "~0.1.18",
"passport-disqus": "^0.1.3",
"passport-facebook": "~1.0.3",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.1.5",
"passport-http": "~0.2.2",
"passport-local": "~0.1.6",
"passport-oauth2": "^1.3.0",
"passport-twitter": "~1.0.3",
"promise": "^7.0.4",
"react": "^0.13.3",
"react-bootstrap": "^0.24.2",
"react-cookie": "^0.4.3",
"react-disqus-thread": "^0.2.2",
"react-document-title": "^2.0.1",
"react-ga": "1.3.0",
"react-localstorage": "^0.2.9",
"react-masonry-mixin": "^2.1.0",
"react-mixin": "^1.7.0",
"react-native": "^0.8.0",
"react-native-radio-buttons": "^0.5.0",
"react-router": "^0.13.3",
"react-router-bootstrap": "^0.18.0",
"react-select": "^0.6.12",
"react-tag-input": "^1.0.3",
"react-timeago": "^2.2.1",
"react-validation-mixin": "5.3.4",
"string.prototype.startswith": "^0.2.0",
"unirest": "~0.4.2",
"url-assembler": "^1.2.4"
},
"scripts": {
"start": "node app.js",
"precommit": "gulp lint",
"prepush": "gulp test"
}
}