This repository has been archived by the owner on Mar 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 358
/
package.json
88 lines (88 loc) · 2.54 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
{
"name": "aqua",
"version": "7.0.2",
"description": "A website and user system for Node.js",
"main": "index.js",
"scripts": {
"start": "gulp",
"first-time-setup": "node first-time-setup.js",
"test": "lab -t 99 -S -T ./test/lab/transform -L --lint-options '{\"extensions\":[\".js\",\".jsx\"]}' ./test/lab/client-before.js ./test/client/ ./test/lab/client-after.js ./test/server/ ./test/lab/server-after.js ./test/misc/",
"test-client": "lab -v -t 99 -S -T ./test/lab/transform ./test/lab/client-before.js $TEST_TARGET ./test/lab/client-after.js",
"test-server": "lab -v -t 99 -S -T ./test/lab/transform $TEST_TARGET ./test/lab/server-after.js",
"postinstall": "gulp build"
},
"author": "Reza Akhavan <[email protected]> (http://reza.akhavan.me/)",
"license": "MIT",
"engines": {
"node": "8.x.x"
},
"dependencies": {
"async": "2.x.x",
"bcrypt": "1.x.x",
"boom": "5.x.x",
"classnames": "2.x.x",
"confidence": "3.x.x",
"crumb": "6.x.x",
"dotenv": "4.x.x",
"escape-string-regexp": "1.x.x",
"glue": "4.x.x",
"handlebars": "4.x.x",
"hapi": "16.x.x",
"hapi-auth-cookie": "7.x.x",
"hapi-mongo-models": "6.x.x",
"hapi-react-views": "9.x.x",
"hoek": "4.x.x",
"inert": "4.x.x",
"joi": "10.x.x",
"mongo-models": "1.x.x",
"mongodb": "2.x.x",
"nodemailer": "4.x.x",
"nodemailer-markdown": "1.x.x",
"object-assign": "4.x.x",
"react": "15.x.x",
"react-helmet": "5.x.x",
"redux": "3.x.x",
"slug": "0.9.x",
"uuid": "3.x.x",
"vision": "4.x.x",
"visionary": "6.x.x"
},
"devDependencies": {
"babel-core": "6.x.x",
"babel-loader": "7.x.x",
"babel-preset-es2015": "6.x.x",
"babel-preset-react": "6.x.x",
"bootstrap": "3.x.x",
"code": "4.x.x",
"cookie": "0.3.x",
"del": "3.x.x",
"eslint-config-hapi": "10.x.x",
"eslint-plugin-react": "7.x.x",
"exenv": "1.x.x",
"flux": "3.x.x",
"flux-constant": "1.x.x",
"font-awesome": "4.x.x",
"gulp": "3.x.x",
"gulp-concat": "2.x.x",
"gulp-less": "3.x.x",
"gulp-nodemon": "2.x.x",
"gulp-rename": "1.x.x",
"gulp-sourcemaps": "2.x.x",
"gulp-util": "3.x.x",
"jsdom": "11.x.x",
"lab": "14.x.x",
"lodash": "4.x.x",
"merge-stream": "1.x.x",
"moment": "2.18.x",
"nodemon": "1.x.x",
"promptly": "2.x.x",
"prop-types": "15.x.x",
"proxyquire": "1.x.x",
"qs": "6.5.x",
"react-dom": "15.x.x",
"react-router-dom": "4.x.x",
"require-dir": "0.3.x",
"webpack": "3.x.x",
"xhr": "2.x.x"
}
}