forked from Laboratoria/curriculum
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.43 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
{
"name": "curricula-js",
"version": "2.2.0",
"description": "Malla curricular Full Stack JavaScript @Laboratoria",
"scripts": {
"mdlint": "mdlint .",
"eslint": "eslint topics/javascript",
"validate": "cd topics && course-parser babel/README.md browser/README.md css/README.md functional/README.md html/README.md javascript/README.md paradigms/README.md react/README.md redux/README.md scm/README.md shell/README.md --track=js --locale=es-ES --validate",
"pretest": "npm run mdlint && npm run eslint && npm run validate",
"test": "mocha './topics/!(node_modules)/**/*.spec.js' --verbose"
},
"repository": "Laboratoria/curricula-js",
"keywords": [
"javascript",
"laboratoria",
"bootcamp",
"curricula",
"fullstack"
],
"author": "Laboratoria <[email protected]> (http://laboratoria.la/)",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/Laboratoria/curricula-js/issues"
},
"devDependencies": {
"chai": "^4.2.0",
"course-parser": "Laboratoria/course-parser#1.1.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"gulp": "^4.0.2",
"gulp-shell": "^0.7.0",
"jdi": "^1.1.3",
"mdlint": "Laboratoria/mdlint#v1.0.0",
"mocha": "^6.1.4",
"renamer": "^1.1.1",
"sinon": "^7.3.2"
}
}