forked from MrSwitch/hello.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
47
48
49
50
51
{
"name": "hellojs",
"version": "0.2.10",
"description": "A clientside Javascript library for standardizing requests to OAuth2 web services (and OAuth1 - with a shim)",
"main": "dist/hello.all.js",
"repository": {
"type": "git",
"url": "git@github.com/MrSwitch/hello.js"
},
"keywords": [
"oauth",
"oauth1.0",
"oauth2",
"api",
"facebooks",
"google",
"windows",
"linkedin",
"twitter"
],
"author": "Andrew Dodson <andrewjdodson@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MrSwitch/hello.js/issues"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"shunt": "^0.1.4",
"karma-firefox-launcher": "~0.1.0",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.9.8",
"karma-junit-reporter": "0.0.2",
"karma-mocha": "0.0.4",
"karma-coverage": "~0.1.2",
"karma-expect": "~1.0.0",
"grunt": "^0.4.4",
"grunt-mocha-phantomjs": "~0.4.3",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"mocha": "^1.18.2",
"sinon": "~1.7.3"
}
}