-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.31 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.31 KB
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
{
"name": "react-paystack-inline",
"version": "1.0.0",
"description": "Use Paystack inline with react js",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/babel PaystackInline.js --out-file index.js",
"version": "npm run build"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-0"
],
"plugins": [
"transform-object-assign"
]
},
"repository": {
"type": "git",
"url": "https://github.com/dretnan/react-paystack-inline.git"
},
"keywords": [
"react",
"paystack",
"checkout",
"inline"
],
"author": "DR <d.retnan@nhubnigeria.com>",
"dependencies": {
"async": "~0.2.8"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-register": "^6.11.6",
"enzyme": "^2.4.1",
"eslint": "^2.10.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.1.1",
"react": "^15.3.0",
"react-addons-test-utils": "^15.3.0"
}
}