-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 1.05 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
{
"name": "brazierjs",
"description": "A simple, fast, and flexible JavaScript library for performing common collections-based operations in functional programming style",
"version": "3.0.0",
"main": ".",
"homepage": "https://ccl.northwestern.edu/netlogo",
"repository": "https://github.com/NetLogo/brazier",
"license": "CC0-1.0",
"keywords": "modules, stdlib, util",
"author": "Center for Connected Learning (https://ccl.northwestern.edu/)",
"contributors": [
"Jason Bertsche <[email protected]> (https://www.github.com/TheBizzle)"
],
"type": "module",
"devDependencies": {
"coffeelint": "~2.1.0"
, "grunt": "~1.5.3"
, "grunt-coffeelint": "~0.0.16"
, "grunt-contrib-coffee": "~2.1.0"
, "grunt-contrib-connect": "~3.0.0"
, "grunt-contrib-copy": "~1.0.0"
, "grunt-contrib-qunit": "~6.2.1"
, "grunt-file-append": "~0.0.7"
, "qunit": "~2.19.3"
},
"scripts": {
"test": "echo \"See https://github.com/NetLogo/brazier/actions/new for testing details.\""
}
}