FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
json-rules-engine/examples/package.json at master · CacheControl/json-rules-engine · GitHub
CacheControl
/
json-rules-engine
Public
Notifications
You must be signed in to change notification settings
Fork
507
Star
3.1k
Code
Issues
61
Pull requests
7
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
json-rules-engine
/
examples
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (15 loc) · 339 Bytes
Breadcrumbs
json-rules-engine
/
examples
/
package.json
Copy path
File metadata and controls
15 lines (15 loc) · 339 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name"
:
"
json-rules-engine-examples
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
examples for json-rule-engine
"
,
"main"
:
"
"
,
"private"
:
true
,
"scripts"
: {
"all"
:
"
for i in *.js; do node $i; done;
"
},
"author"
:
"
Cache Hamm <cache.hamm@gmail.com>
"
,
"license"
:
"
ISC
"
,
"dependencies"
: {
"json-rules-engine"
:
"
../
"
}
}
Back
|
FazBrowse Home
|
New Git URL