array-immutable
Version:
Immutable JavaScript Array
38 lines (37 loc) • 873 B
JSON
{
"name": "array-immutable",
"version": "1.2.1",
"description": "Immutable JavaScript Array",
"main": "index.min.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/terrymorse58/array-immutable"
},
"scripts": {
"test": "node test/test-arrayi.js > test/test-out.txt",
"browser": "browserify index.js --standalone ArrayI > arrayi.js",
"build": "bash build.sh"
},
"keywords": [
"Array",
"immutable",
"JavaScript"
],
"author": "Terry Morse",
"license": "MIT",
"dependencies": {
"deep-copy-all": "^1.2.0"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"browserify": "^16.5.0",
"gulp": "^4.0.2",
"gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0"
}
}