forked from aurelia-plugins/aurelia-plugins-google-recaptcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·75 lines (75 loc) · 2.07 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
{
"name": "aurelia-plugins-google-recaptcha",
"version": "2.6.1",
"description": "A Google Recaptcha plugin for Aurelia.",
"keywords": [
"aurelia",
"plugins",
"plugin",
"google",
"recaptcha"
],
"homepage": "https://github.com/aurelia-plugins/aurelia-plugins-google-recaptcha",
"license": "MIT",
"author": "Bart Lenaerts <[email protected]> (https://codious.io/)",
"bugs": {
"url": "https://github.com/aurelia-plugins/aurelia-plugins-google-recaptcha/issues"
},
"main": "dist/commonjs/aurelia-plugins-google-recaptcha.js",
"repository": {
"type": "git",
"url": "git://github.com/aurelia-plugins/aurelia-plugins-google-recaptcha.git"
},
"dependencies": {
"aurelia-binding": "^1.7.1",
"aurelia-dependency-injection": "^1.3.2",
"aurelia-pal": "^1.8.0",
"aurelia-templating": "^1.7.0"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-es2015-modules-amd": "6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
"babel-plugin-transform-es2015-modules-systemjs": "6.24.1",
"babel-preset-env": "1.6.1",
"babel-preset-stage-1": "6.24.1",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-babel": "7.0.1",
"gulp-rename": "1.2.2",
"gulp-typescript": "4.0.2",
"run-sequence": "2.2.1",
"typescript": "2.8.1"
},
"scripts": {
"build": "gulp",
"clean": "rm -rf node_modules && yarn"
},
"jspm": {
"registry": "npm",
"main": "aurelia-plugins-google-recaptcha",
"format": "amd",
"directories": {
"dist": "dist/amd"
},
"dependencies": {
"aurelia-binding": "^1.7.1",
"aurelia-dependency-injection": "^1.3.2",
"aurelia-pal": "^1.8.0",
"aurelia-templating": "^1.7.0"
},
"devDependencies": {
"babel": "babel-core@^5.8.24",
"babel-runtime": "^5.8.24",
"core-js": "^1.1.4"
}
},
"aurelia": {
"build": {
"resources": [
"aurelia-plugins-google-recaptcha/aurelia-plugins-google-recaptcha-element"
]
}
}
}