forked from globalpayments/rxp-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 965 Bytes
/
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
{
"name": "rxp-js",
"description": "The official Realex Payments JS Library",
"version": "1.5.1",
"homepage": "https://github.com/realexpayments/rxp-js",
"author": {
"name": "Realex Developer",
"url": "http://www.realexpayments.com"
},
"repository": {
"type": "git",
"url": "https://github.com/realexpayments/rxp-js"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/realexpayments/rxp-js/blob/master/LICENSE-MIT"
}
],
"main": "lib/rxp-js",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"chromedriver": "^2.31.0",
"geckodriver": "^1.8.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-php": "^1.5.1",
"intern": "^3.4.6"
},
"keywords": [],
"scripts": {
"grunt": "grunt"
}
}