knucklebone
Version:
Lightweight AJAX library for the client
54 lines (53 loc) • 1.36 kB
JSON
{
"name": "knucklebone",
"version": "1.1.2",
"description": "Lightweight AJAX library for the client",
"main": "knucklebone.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "watch 'npm run build' ./src -d",
"transpile": "babel ./src/knucklebone.js > knucklebone.js",
"bundle": "webpack",
"start": "http-server -p 6969"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samueleaton/knucklebone.js.git"
},
"keywords": [
"AJAX",
"JavaScript",
"Micro",
"library",
"HTTP",
"request",
"response",
"JSON"
],
"author": "Sam Eaton",
"license": "MIT",
"bugs": {
"url": "https://github.com/samueleaton/knucklebone.js/issues"
},
"homepage": "https://github.com/samueleaton/knucklebone.js#readme",
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.3.13",
"body-parser": "^1.14.1",
"ejs": "^2.3.4",
"express": "^4.13.3",
"finalform": "0.0.12",
"http-server": "^0.8.5",
"lodash.foreach": "^4.1.0",
"uglify-js": "^2.6.1",
"webpack": "^1.12.14"
},
"dependencies": {
"lodash.foreach": "^4.1.0",
"lodash.forown": "^4.0.1",
"lodash.isobjectlike": "^4.0.0",
"lodash.isplainobject": "^4.0.3"
}
}