hellojs-xiaotian
Version:
A clientside Javascript library for standardizing requests to OAuth2 web services (and OAuth1 - with a shim)
32 lines (31 loc) • 629 B
JSON
{
"name": "hello",
"homepage": "http://adodson.com/hello.js/",
"license": "https://github.com/MrSwitch/hello.js/blob/master/LICENSE",
"repository": {
"type": "git",
"url": "git://github.com:MrSwitch/hello.js.git"
},
"main": [
"dist/hello.all.js"
],
"devDependencies": {
"mocha": "~1.21.5",
"json2": "*",
"requirejs": "~2.1.15",
"expect": "~0.3.1",
"sinonjs": "~1.10.2",
"css-social-buttons": "^1.2.0",
"knockout": "^3.4.0"
},
"ignore": [
"**/*",
"!dist/*",
"!src/**",
"!README.md",
"package.json"
],
"resolutions": {
"mocha": "~2.4.5"
}
}