-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
52 lines (52 loc) · 1.35 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
{
"name": "ringcaptcha-widget",
"version": "2.18.11",
"description": "A JavaScript based two-step verification widget.",
"author": "Diego Saint Esteben <[email protected]>",
"scripts": {
"build": "./node_modules/.bin/grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/ringcaptcha/widget"
},
"bugs": {
"url": "https://github.com/ringcaptcha/widget/issues"
},
"keywords": [
"ringcaptcha",
"widget",
"verification",
"onboard"
],
"overrides": {
"graceful-fs": "^4.2.10"
},
"dependencies": {
"bootstrap": "^3.3.5",
"cssify": "^0.4.2",
"fingerprintjs": "^0.5.3",
"formatter.js": "https://github.com/dosten/formatter/tarball/7fa267e5e52f0b45bcd1c50c68189b1a61db27a2"
},
"devDependencies": {
"bower": "^1.4.1",
"browserify": "^3.32.1",
"coffeeify": "^0.6.0",
"deamdify": "^0.1.1",
"debowerify": "^0.7.0",
"deglobalify": "^0.2.0",
"grunt": "~0.4.2",
"grunt-browserify": "^1.3.2",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.5.3",
"grunt-invalidate-cloudfront": "^0.1.6",
"grunt-s3": "~0.2.0-alpha.3",
"jsonminify": "^0.2.3",
"jstify": "^0.1.3",
"underscore": "^1.6.0"
},
"license": "Apache-2.0"
}