This repository was archived by the owner on Jun 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.45 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.45 KB
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
{
"name": "2null16",
"engines": {
"node": "4.2.x",
"npm": ">=2.1.5"
},
"scripts": {
"build": "gulp build --prod",
"watch": "gulp",
"test": "echo 'No test specified'",
"start": "node src/server/index.js --prod"
},
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"aguid": "^1.0.3",
"bcrypt": "0.8.5",
"bluebird": "^3.0.2",
"boom": "^3.0.0",
"browser-sync": "^2.9.11",
"browserify": "^12.0.1",
"confidence": "^1.4.2",
"crypto-js": "^3.1.5",
"del": "^2.0.2",
"escape-html": "^1.0.3",
"gm": "^1.21.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^1.12.0",
"gulp-load-plugins": "^1.0.0",
"gulp-nodemon": "^2.0.4",
"gulp-rev": "^6.0.1",
"gulp-streamify": "1.0.2",
"gulp-stylus": "^2.1.0",
"gulp-util": "^3.0.7",
"hapi": "^11.0.3",
"hapi-auth-basic": "^4.0.0",
"hapi-auth-jwt2": "^5.1.3",
"hapi-authorization": "^2.2.1",
"history": "~1.17.0",
"hoek": "^3.0.0",
"inert": "^3.2.0",
"jade": "^1.11.0",
"jeet": "^6.1.2",
"joi": "^6.10.0",
"jshint-stylish": "^2.0.1",
"jsonwebtoken": "^5.4.1",
"jsx-loader": "^0.13.2",
"lodash": "^3.10.1",
"material-ui": "^0.14.4",
"minimist": "^1.2.0",
"moment": "^2.10.6",
"mongodb": "^2.0.47",
"nib": "^1.1.0",
"node-cache": "^3.0.0",
"node-jsx": "^0.13.3",
"nodemailer": "^1.10.0",
"nodemailer-smtp-transport": "^1.0.4",
"react": "^0.14.1",
"react-addons-create-fragment": "^0.14.1",
"react-addons-pure-render-mixin": "^0.14.1",
"react-addons-transition-group": "^0.14.1",
"react-addons-update": "^0.14.1",
"react-dom": "^0.14.1",
"react-dropzone": "3.1.0",
"react-redux": "^4.0.0",
"react-remarkable": "^1.1.1",
"react-router": "~1.0.3",
"react-tap-event-plugin": "^0.2.1",
"react-tools": "^0.13.3",
"reactify": "^1.1.1",
"redux": "^3.0.4",
"require-dir": "^0.3.0",
"run-sequence": "*",
"rupture": "^0.6.1",
"superagent": "^1.4.0",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vision": "^3.0.0",
"watchify": "^3.6.0"
},
"jest": {
"rootDir": "app",
"scriptPreprocessor": "../config/preprocessor.js",
"unmockedModulePathPatterns": [
"react"
]
}
}