forked from MrSwitch/hello.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "hellojs",
"version": "1.9.6",
"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": "[email protected]/MrSwitch/hello.js"
},
"keywords": [
"oauth",
"oauth1.0",
"oauth2",
"api",
"facebooks",
"google",
"windows",
"linkedin",
"twitter"
],
"author": {
"name": "Andrew Dodson",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MrSwitch/hello.js/issues"
},
"scripts": {
"test": "grunt test && node_modules/.bin/browserstack-runner"
},
"devDependencies": {
"browserstack-runner": "^0.3.7",
"grunt": "^0.4.5",
"grunt-banner": "^0.4.0",
"grunt-bumpup": "^0.6.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^1.6.0",
"grunt-mocha-phantomjs": "~0.4.3",
"mocha": "^1.18.2",
"shunt": "^0.1.4",
"sinon": "~1.7.3"
}
}