dictate
Version:
Dictate the order of the array.
56 lines (55 loc) • 1.44 kB
JSON
{
"name": "norder",
"version": "0.4.0",
"description": "Check point-order option values.",
"main": "norder.js",
"support": "norder.support.js",
"deploy": "norder.deploy.js",
"browser": "norder.deploy.js",
"scripts": {
"pristine": "rsetmod clean && flxc execute ./.install.sh",
"clear": "rsetmod clean --clear",
"build": "babel norder.js --out-file norder.support.js --source-maps && webpack --progress --display-modules",
"pretest": "npm run clear && npm run build",
"test": "node norder-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volkovasystems/norder.git"
},
"keywords": [
"check",
"point",
"order",
"option",
"value",
"norder"
],
"author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"contributors": [
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/volkovasystems/norder/issues"
},
"homepage": "https://github.com/volkovasystems/norder#readme",
"dependencies": {
"babel-runtime": "^6.25.0",
"crount": "^0.3.0",
"falze": "^0.26.0",
"kount": "^0.12.0",
"maxelm": "^0.4.0",
"valu": "^0.6.0",
"wichevr": "^0.14.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"source-map-loader": "^0.2.1",
"webpack": "^3.5.0"
}
}