-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.63 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
{
"name": "promisepay",
"author": "RocketLab",
"license": "MIT",
"version": "0.1.1",
"description": "PromisePay library for node",
"main": "./dist/index.js",
"keywords": [
"promisepay"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TheRocketLab/node-promisepay.git"
},
"bugs": {
"url": "https://github.com/TheRocketLab/node-promisepay/issues"
},
"scripts": {
"prepublish": "npm run eslint && npm run build",
"build": "./node_modules/.bin/gulp build",
"postversion": "git push --follow-tags",
"eslint": "./node_modules/.bin/eslint src",
"test": "exit 0;"
},
"homepage": "https://github.com/TheRocketLab/node-promisepay#readme",
"dependencies": {
"app-module-path": "^2.2.0",
"lodash": "^4.17.0",
"request-promise": "^4.1.0"
},
"devDependencies": {
"babel-core": "^6.23.0",
"babel-eslint": "^7.1.0",
"babel-plugin-transform-async-to-module-method": "^6.22.0",
"babel-preset-es2015-node5": "^1.2.0",
"babel-preset-stage-0": "^6.5.0",
"bluebird": "^3.4.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.15.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-friendly-formatter": "^2.0.4",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-util": "^3.0.7",
"isparta": "^4.0.0",
"mocha": "^3.2.0",
"run-sequence": "^1.1.5",
"sinon": "^1.14.1",
"sinon-chai": "^2.8.0"
}
}