associativearray
Version:
38 lines (37 loc) • 775 B
JSON
{
"name": "associativearray",
"description": "Associative array",
"version": "3.0.3",
"scripts": {
"compile": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/webdevelopland/associativearray.git"
},
"author": {
"name": "Web Developland",
"email": "webdevelopland@protonmail.com"
},
"keywords": [
"dictinary",
"associative",
"array"
],
"license": "MIT",
"dependencies": {
"existjs": "2.1.0",
"rndmjs": "1.2.0"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-clean": "0.3.2",
"gulp-minify": "2.1.0",
"gulp-rename": "1.2.2",
"gulp-sync": "0.1.4",
"gulp-tsconfig": "0.1.0",
"gulp-typescript": "3.2.3",
"gulp-webpack": "1.5.0",
"typescript": "2.6.2"
}
}