-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.75 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": "react-shockinflux-payview",
"version": "1.1.0-0",
"description": "React library for implementing Shockinflux Payview",
"main": "distribution/shockinflux.min.js",
"scripts": {
"test": "mocha --reporter spec test/test.js \"test/**/*.spec.js\"",
"start": "react-scripts start",
"format": "prettier --write '**/**/*.{js,}'",
"dist": "./node_modules/.bin/babel ./src/shockinflux-payview.js --out-file ./distribution/shockinflux.min.js --source-maps true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/temitopeadesoji/react-shockinflux-payview.git"
},
"keywords": [
"ReactJS",
"Javascript",
"Open Source",
"payments",
"shockinflux",
"shockinflux payview",
"myne",
"github",
"Gateway"
],
"author": "Adesoji Temitope <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/temitopeadesoji/react-shockinflux-payview/issues"
},
"homepage": "https://github.com/temitopeadesoji/react-shockinflux-payview#readme",
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-preset-airbnb": "^3.0.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babelify": "^10.0.0",
"chai": "^4.2.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"jsdom": "9.11.0",
"mocha": "^5.2.0",
"prettier": "^1.15.3",
"react-addons-test-utils": "^15.6.2",
"react-scripts": "^2.1.1",
"sinon": "^7.1.1"
}
}