-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 747 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
{
"name": "ruleflow",
"version": "1.0.0",
"description": "CakePHP RuleFlow Plugin - Dynamic form validation with JSON Logic",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Open tests/js/qunit-test-runner.html in your browser to run QUnit tests\"",
"test:server": "echo \"Start a local server and navigate to tests/js/qunit-test-runner.html\""
},
"keywords": [
"cakephp",
"validation",
"json-logic",
"form-watcher",
"dynamic-forms"
],
"author": "Evgeny",
"license": "ISC",
"devDependencies": {
"jest": "^30.0.0-beta.3",
"jest-environment-jsdom": "^30.0.0-beta.3",
"jsdom": "^26.1.0",
"json-logic-js": "^2.0.2"
}
}