meek
Version:
Construct standard status-data JSON format for response.
55 lines (54 loc) • 1.52 kB
JSON
{
"name": "meek",
"version": "0.18.0",
"description": "Construct standard status-data JSON format for response.",
"main": "meek.js",
"support": "meek.support.js",
"deploy": "meek.deploy.js",
"browser": "meek.deploy.js",
"scripts": {
"build": "gulp && babel meek.support.js --out-file meek.support.js --source-maps && webpack --progress --display-modules",
"test": "mocha meek-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/volkovasystems/meek.git"
},
"keywords": [
"response-format",
"status-data"
],
"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/meek/issues"
},
"homepage": "https://github.com/volkovasystems/meek#readme",
"dependencies": {
"asea": "^0.14.0",
"babel-runtime": "^6.23.0",
"called": "^0.31.0",
"clazof": "^0.31.0",
"harden": "^0.22.0",
"offcache": "^0.14.0",
"protype": "^0.22.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",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-debug": "^3.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"source-map-loader": "^0.2.1",
"webpack": "^3.0.0"
}
}