-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
85 lines (85 loc) · 2.2 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "j-toker",
"version": "0.0.10-beta3",
"description": "Simple, secure token authentication for jQuery.",
"main": "dist/jquery.j-toker.js",
"engines": {
"node": "8.1.4"
},
"keywords": [
"jquery-plugin",
"jquery",
"react",
"token",
"auth",
"authentication",
"secure",
"oauth2",
"oauth"
],
"author": {
"name": "Lynn Dylan Hurley",
"email": "[email protected]",
"url": "https://github.com/lynndylanhurley"
},
"repository": "lynndylanhurley/j-toker",
"bugs": "https://github.com/lynndylanhurley/j-toker/issues",
"license": "WTFPL",
"scripts": {
"test": "grunt"
},
"dependencies": {
"jquery": ">1.11.2",
"jquery-deparam": "^0.1.0",
"jquery.cookie": "^1.4.1",
"pubsub-js": "^1.5.2"
},
"devDependencies": {
"blanket": "^1.1.6",
"bootstrap": "^3.3.4",
"bootstrap-sass": "^3.3.4",
"codeclimate-test-reporter": "0.0.4",
"compression": "^1.4.3",
"config": "^1.12.0",
"connect-livereload": "^0.5.3",
"console-polyfill": "^0.2.1",
"es5-shim": "^4.1.0",
"express": "^4.12.3",
"express-handlebars": "^2.0.0",
"grunt": "0.4.5",
"grunt-browserify": "5.2.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-connect": "0.9.0",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-watch": "0.6.1",
"grunt-express-server": "^0.4.19",
"grunt-qunit-istanbul": "^1.0.0",
"grunt-react": "0.12.0",
"grunt-sass": "^2.0.0",
"grunt-shell": "^1.1.2",
"highlight.js": "^8.4.0",
"html5shiv": "^3.7.2",
"http-proxy": "^1.9.0",
"js-yaml": "^3.2.7",
"jshint-stylish": "1.0.0",
"load-grunt-tasks": "2.0.0",
"lodash": "^3.5.0",
"qunitjs": "^2.4.0",
"react": "0.12.2",
"react-bootstrap": "0.17.0",
"react-highlight": "^0.4.1",
"react-router": "0.12.4",
"react-router-bootstrap": "^0.10.0",
"reactify": "1.1.0",
"request": "^2.53.0",
"sinon": "^1.14.1",
"sinon-qunit": "~2.0.0",
"time-grunt": "1.0.0",
"uglifyify": "^3.0.1"
}
}