UNPKG

ask

Version:

A simple, chainable way to construct HTTP requests in Node or the browser

54 lines (53 loc) 1.35 kB
{ "name": "ask", "version": "1.5.0", "description": "A simple, chainable way to construct HTTP requests in Node or the browser", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "npm run lint && npm run build && npm run test-server", "test-server": "echo '\nTesting Server:\n' && mocha test/server/**/*.js --reporter spec", "test-browser": "echo '\nTesting Angular:\n\n' && ./node_modules/karma/bin/karma start karma.conf.js", "lint": "jshint index.js lib/", "build": "build/standalone.js" }, "repository": { "type": "git", "url": "https://github.com/divshot/ask.git" }, "keywords": [ "request", "xhr", "ajax", "browserify", "http" ], "author": "Divshot", "license": "MIT", "bugs": { "url": "https://github.com/divshot/ask/issues" }, "homepage": "https://github.com/divshot/ask", "devDependencies": { "browserify": "^6.0.3", "chai": "^1.9.2", "jshint": "^2.5.6", "minify": "^1.0.3", "mkdirp": "^0.5.0", "mocha": "^2.0.1", "mocksy": "^0.1.7", "testling": "^1.7.1" }, "dependencies": { "as-array": "^1.0.0", "deap": "^1.0.0", "httpify": "^1.0.0", "join-path": "^1.0.0", "mix-into": "^0.4.0", "promise": "^6.0.0", "slasher": "^1.1.0", "tiny-emitter": "^1.0.0" } }