dictate
Version:
Dictate the order of the array.
59 lines (58 loc) • 1.55 kB
JSON
{
"name": "dictate",
"version": "0.22.0",
"description": "Dictate the order of the array.",
"main": "dictate.js",
"support": "dictate.support.js",
"deploy": "dictate.deploy.js",
"browser": "dictate.deploy.js",
"scripts": {
"pristine": "rsetmod clean && flxc execute ./.install.sh",
"clear": "rsetmod clean --clear",
"build": "babel dictate.js --out-file dictate.support.js --source-maps && webpack --progress --display-modules",
"pretest": "npm run clear && npm run build",
"test": "node dictate-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volkovasystems/dictate.git"
},
"keywords": [
"dictate",
"order",
"sort"
],
"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/dictate/issues"
},
"homepage": "https://github.com/volkovasystems/dictate#readme",
"dependencies": {
"arid": "^0.30.0",
"babel-runtime": "^6.25.0",
"doubt": "^0.34.0",
"empt": "^0.27.0",
"falzy": "^0.23.0",
"filled": "^0.26.0",
"norder": "^0.4.0",
"protype": "^0.24.0",
"rder": "^0.6.0",
"stringe": "^0.5.0",
"wichevr": "^0.14.0",
"xplace": "^0.3.0",
"xtrak": "^0.7.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.3"
}
}