jan
Version:
Jan is a simple library for making HTTP requests.
47 lines (46 loc) • 1.05 kB
JSON
{
"name": "jan",
"version": "1.1.0",
"description": "Jan is a simple library for making HTTP requests.",
"main": "dist/jan.js",
"scripts": {
"build": "grunt",
"prestart": "grunt",
"start": "node server.js",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/synacorinc/jan"
},
"keywords": [
"jan",
"request",
"http",
"network",
"ajax",
"api"
],
"author": "Jason Miller <jasonmiller@synacor.com>",
"license": "BSD",
"readmeFilename": "README.md",
"directories": {
"doc": "docs"
},
"dependencies": {},
"devDependencies": {
"compression": "^1.4.1",
"express": "^4.12.2",
"serve-static": "^1.9.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^0.5.8",
"grunt-mocha": "^0.4.12",
"jsdoc": "^3.3.0-beta1",
"load-grunt-tasks": "^3.1.0"
}
}