forked from MilkZoft/coding1st
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 900 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 900 Bytes
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
{
"name": "coding1st",
"version": "0.0.1",
"private": true,
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"date-format": "0.0.2",
"debug": "~2.2.0",
"dot-object": "^1.4.1",
"express": "~4.13.1",
"express-handlebars": "^3.0.0",
"html-minifier": "^1.1.1",
"js-yaml": "^3.5.2",
"lodash": "^4.2.1",
"morgan": "~1.6.1",
"mysql": "^2.10.2",
"oauth": "^0.9.14",
"stylus": "^0.53.0"
},
"devDependencies": {
"bower": "^1.7.7",
"chai": "^3.5.0",
"eslint": "^1.10.3",
"git-guppy": "^1.1.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-json-format": "^1.0.0",
"gulp-mocha": "^2.2.0",
"gulp-remote-src": "^0.4.0",
"gulp-shell": "^0.5.2",
"gulp-stylus": "^2.3.0",
"guppy-pre-push": "^0.2.1",
"mocha": "^2.4.5",
"rewire": "^2.5.1",
"sinon": "^1.17.3"
}
}