forked from MilkZoft/MakingDevelopers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.26 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.26 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
{
"name": "MakingDevelopers",
"version": "0.0.1",
"author": "Carlos Santana",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/MilkZoft/MakingDevelopers.git"
},
"dependencies": {
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.9.0",
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"date-format": "0.0.2",
"debug": "~2.2.0",
"dot-object": "^1.4.1",
"express": "~4.14.0",
"express-handlebars": "^3.0.0",
"html-minifier": "^3.0.1",
"js-yaml": "^3.5.5",
"lodash": "^4.13.1",
"morgan": "~1.7.0",
"mysql": "^2.10.2",
"oauth": "^0.9.14",
"stylus": "^0.54.2"
},
"devDependencies": {
"bower": "^1.7.7",
"chai": "^3.5.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-standard": "^1.3.2",
"ghooks": "^1.3.2",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-livereload": "^3.8.1",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.1.0",
"gulp-notify": "^2.2.0",
"gulp-stylus": "^2.5.0",
"mocha": "^2.4.5",
"nodemon": "^1.9.2",
"rewire": "^2.5.1",
"sinon": "^1.17.3"
}
}