forked from cmstead/jsLearnerForms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "js-language-forms",
"version": "1.2.0",
"description": "JS muscle memory building forms",
"main": "index.js",
"scripts": {
"start": "node ./start.js",
"setup": "node ./setup.js",
"build-readme": "node ./node_modules/booklisp/ ./readme-source/readme.md README.md",
"update-forms": "node ./runner-utils/update-forms.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cmstead/jsLearnerForms.git"
},
"author": "Chris Stead <[email protected]> (http://www.chrisstead.com/)",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/cmstead/jsLearnerForms/issues"
},
"homepage": "https://github.com/cmstead/jsLearnerForms",
"devDependencies": {
"booklisp": "^2.0.0",
"chai": "^4.2.0",
"eslint": "^3.19.0",
"mocha": "^3.5.3",
"mockery": "^2.1.0",
"sinon": "^14.0.0"
},
"dependencies": {
"chai-verify": "^1.3.0",
"clear": "^0.1.0",
"espree": "^6.0.0",
"estraverse": "^4.2.0",
"express": "^4.18.1",
"inquirer": "^6.4.1",
"livereload": "^0.9.3",
"open": "^8.4.0"
}
}