-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.58 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.58 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
{
"name": "iron-assignments",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "./node_modules/mocha/bin/mocha --recursive --reporter spec --bail --compilers jsx:babel-core/register,js:babel-core/register"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"chai": "^3.5.0",
"cheerio": "^0.22.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-util": "^3.0.7",
"jsdom": "^9.8.3",
"lodash.assign": "^4.0.8",
"mocha": "^3.1.2",
"request": "^2.72.0",
"sinon": "^1.17.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"async": "^2.1.2",
"backbone": "^1.3.3",
"bluebird": "^3.4.6",
"body-parser": "~1.15.0",
"bookshelf": "^0.10.2",
"bottleneck": "^1.15.0",
"connect-redis": "^3.0.2",
"cookie-parser": "~1.4.1",
"debug": "~2.3.2",
"ejs": "~2.5.2",
"express": "~4.14.0",
"express-session": "^1.13.0",
"github": "^6.0.4",
"ionicons": "^2.0.1",
"jquery": "^3.1.1",
"knex": "^0.12.6",
"knex-logger": "^0.1.0",
"lodash": "^4.11.1",
"morgan": "~1.7.0",
"node-slug": "0.0.2",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"pg": "^6.1.0",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"serve-favicon": "~2.3.0",
"the-noun-project": "^2.0.1",
"underscore": "^1.8.3",
"validator": "^6.1.0"
}
}