forked from intersystems/Samples-nodejs-helloworld
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 793 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Samples_nodejs_helloworld",
"version": "1.0.0",
"description": "First, clone the repo. You will have two items:\r 1. `HelloWorld.js`: Sample Node.js file to connect to InterSystems\r 2. `intersystems-iris-native`: InterSystems module for NodeJS",
"main": "HelloWorld.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/intersystems/Samples-nodejs-helloworld.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/intersystems/Samples-nodejs-helloworld/issues"
},
"homepage": "https://github.com/intersystems/Samples-nodejs-helloworld#readme",
"dependencies": {
"intersystems-iris-native": "file:intersystems-iris-native"
}
}