UNPKG

hellojs-xiaotian

Version:

A clientside Javascript library for standardizing requests to OAuth2 web services (and OAuth1 - with a shim)

51 lines (50 loc) 1.3 kB
{ "name": "hellojs-xiaotian", "version": "1.18.5", "description": "A clientside Javascript library for standardizing requests to OAuth2 web services (and OAuth1 - with a shim)", "homepage": "https://adodson.com/hello.js", "main": "dist/hello.all.js", "repository": { "type": "git", "url": "https://github.com/MrSwitch/hello.js.git" }, "keywords": [ "oauth", "oauth1.0", "oauth2", "api", "facebooks", "google", "windows", "linkedin", "twitter" ], "author": { "name": "xiaotiandada", "email": "istianlei@qq.com" }, "license": "MIT", "bugs": { "url": "https://github.com/MrSwitch/hello.js/issues" }, "scripts": { "test": "grunt test && npm run test:browserstack", "test:browserstack": "bash browserstack.sh", "test:browserstack:env": "source .env.sh && npm run test:browserstack" }, "devDependencies": { "browserstack-runner": "^0.3.7", "grunt": "^0.4.5", "grunt-banner": "^0.4.0", "grunt-bumpup": "^0.6.1", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-uglify": "^3.2.1", "grunt-contrib-watch": "^0.6.1", "grunt-jscs": "^1.8.0", "grunt-mocha-phantomjs": "0.4.3", "less": "^2.7.3", "mocha": "^1.18.2", "shunt": "^0.1.4", "sinon": "~1.7.3" } }