-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.23 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.23 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
{
"name": "ops.js",
"version": "7.0.0",
"description": "Javascript based library to access the Open PHACTS API and discover bio-chemical and life sciences data",
"main": "./src/OPS.js",
"directories": {
"test": "./test/spec",
"lib": "./src"
},
"dependencies": {
"nets": ">=3.1.0"
},
"devDependencies": {
"jasmine-node": "~1.14.5",
"browserify": ">=10.2.6",
"jsdoc": ">=3.3.2",
"nock": ">=2.9.1"
},
"scripts": {
"test": "node_modules/.bin/jasmine-node --captureExceptions --config app_id 1c22cbe7 --config app_key 167a3a3d8539b5d85280e7178f4e62ab --config app_url https://beta.openphacts.org/2.1 ./test/spec/integration/"
},
"repository": {
"type": "git",
"url": "https://github.com/openphacts/ops.js.git"
},
"keywords": [
"chemistry",
"openphacts",
"life",
"sciences",
"biology",
"cheminformatics",
"bioinformatics"
],
"author": "Ian Dunlop <ianwdunlop@gmail.com> (https://github.com/ianwdunlop)",
"license": "MIT",
"bugs": {
"url": "https://github.com/openphacts/ops.js/issues"
},
"homepage": "https://github.com/openphacts/ops.js"
}