-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
114 lines (114 loc) · 3.03 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
{
"name": "Benevolent-Nautilus",
"version": "1.0.0",
"description": "fitness tracker platform",
"main": "index.js",
"scripts": {
"start": "node ./server/app.js",
"posttest": "gulp",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/Benevolent-Nautilus/Benevolent-Nautilus.git"
},
"author": "Benevolent-Nautilus",
"license": "ISC",
"bugs": {
"url": "https://github.com/Benevolent-Nautilus/Benevolent-Nautilus/issues"
},
"homepage": "https://github.com/Benevolent-Nautilus/Benevolent-Nautilus",
"dependencies": {
"body-parser": "^1.12.3",
"connect-mongo": "^0.8.1",
"cookie-parser": "^1.3.4",
"d3": "^3.5.5",
"ejs": "^2.3.1",
"express": "^4.12.3",
"express-jwt": "^3.0.0",
"express-session": "^1.11.1",
"fastclick": "^1.0.6",
"gulp-mocha": "^2.0.1",
"immutable": "^3.7.2",
"jsonwebtoken": "^5.0.0",
"moment": "^2.8.4",
"mongodb": "^2.0.27",
"mongoose": "^4.0.1",
"morgan": "^1.5.2",
"newrelic": "^1.18.4",
"passport": "^0.2.1",
"passport-facebook": "^2.0.0",
"passport-oauth": "^1.0.0",
"path": "^0.11.14",
"react": "^0.12.1",
"react-async": "^2.1.0",
"react-router": "^0.12.0",
"react-router-component": "^0.24.4",
"react-tools": "^0.12.2",
"reactable": "^0.10.1",
"reflux": "^0.2.5",
"run-sequence": "^1.0.2",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.1"
},
"devDependencies": {
"reactify": "^0.15.2",
"browserify": "^9.0.8",
"jest": "~0.1.37",
"del": "~0.1.3",
"gulp": "^3.8.9",
"gulp-autoprefixer": "~1.0.1",
"gulp-bower": "0.0.6",
"gulp-cache": "~0.2.4",
"gulp-concat": "^2.4.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^1.0.1",
"gulp-jest": "~0.2.2",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "~0.7.0",
"gulp-notify": "^2.0.1",
"gulp-open": "^0.3.2",
"gulp-plumber": "^0.6.6",
"gulp-react": "^1.0.2",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-sass": "^1.3.3",
"gulp-size": "~1.1.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^0.4.5",
"gulp-util": "^3.0.1",
"gulp-webserver": "^0.8.3",
"jest-cli": "^0.4.0",
"expect": "^1.6.0",
"grunt-open": "^0.2.3",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^2.0.2",
"jasmine-core": "^2.2.0",
"jit-grunt": "^0.9.1",
"jshint-stylish": "^1.0.1",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-mocha": "^0.1.10",
"karma-requirejs": "^0.2.2",
"mocha": "^2.2.4",
"mongobackup": "^0.1.8",
"request": "^2.55.0",
"requirejs": "^2.1.17",
"should": "^6.0.1",
"superagent": "^1.2.0",
"supertest": "^0.15.0",
"time-grunt": "^1.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
}
}