- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
19 lines (19 loc) · 438 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 438 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "IArray",
"version": "1.2.1",
"description": "Immutable Array",
"main": "IArray.js",
"scripts": {
"test": "tarsy test",
"build": "uglifyjs IArray.js -c -m -o IArray.min.js"
},
"license": "MIT",
"author": "Glenn Crownover <glenn@bluejava.com> (http://www.bluejava.com)",
"dependencies": {
},
"devDependencies": {
"tarsy": "^0.5.1",
"uglifyjs": "^2.4.10"
},
"homepage": "https://gitlab.com/bluejava/IArray"
}