forked from bloominstituteoftechnology/Precourse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 881 Bytes
/
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
{
"name": "lambdaschoolprecourse",
"version": "1.0.0",
"description": "This repo contains the instruction material and assignments for Lambda School's `Web Dev 101 Mini Bootcamp`.",
"main": "index.js",
"scripts": {
"test": "eslint Lesson09-JS-VI/homework/homework.js Lesson08-JS-V/homework/homework.js Lesson07-JS-IV/homework/homework.js Lesson06-JS-III/homework/homework.js Lesson05-JS-II/homework/homework.js Lesson04-JS-I/homework/homework.js && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lambdaschool/precourse.git"
},
"author": "Daniel Frehner and Ben Nelson, Lambda School",
"license": "ISC",
"bugs": {
"url": "https://github.com/lambdaschool/precourse/issues"
},
"homepage": "https://github.com/lambdaschool/precourse#readme",
"devDependencies": {
"eslint": "^4.13.1",
"jest": "^22.0.3"
}
}