forked from AlphaCoX/clover-cloud-connector-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "clover-cloud-connector-example",
"version": "1.0.0",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/clover/clover-cloud-connector-example"
},
"dependencies": {
"babel-preset-react": "*",
"babelify": "*",
"body-parser": "*",
"browserify": "*",
"express": "*",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"https": "*",
"jquery": "*",
"jsdom": "*",
"location": "*",
"mkdirp": "*",
"navigator": "*",
"path": "*",
"react": "15.5.4",
"react-dom": "15.5.4",
"react-modal": "1.7.7",
"react-key-handler": "0.3.0",
"remote-pay-cloud": "1.1.0",
"remote-pay-cloud-connector-configuration-react": "1.0.0",
"xmlhttprequest": "*"
},
"engines": {
"node": "5.9.1",
"npm": "3.3.6"
},
"scripts": {
"test": "echo \"Error: no test specified, \"$npm_package_version && exit 1",
"postinstallSH": "scripts/postinstall.sh",
"postinstall": "browserify -t [ babelify --presets [ react ] ] public/example-react-src.js -o public/built/example-react.js",
"start": "node server.js"
},
"devDependencies": {}
}