-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 829 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 829 Bytes
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
{
"name": "protocolsioapi",
"version": "0.0.8",
"description": "A module to interact with the protocols.io api.",
"main": "protocolsio.js",
"scripts": {
"build": "babel ./src/protocolsio.js --out-file ./protocolsio.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Longlius/protocolsioapi.git"
},
"author": "Matthew Longley",
"license": "ISC",
"keywords": ["life science", "protocols.io", "science", "protocols"],
"bugs": {
"url": "https://github.com/Longlius/protocolsioapi/issues"
},
"homepage": "https://github.com/Longlius/protocolsioapi#readme",
"dependencies": {
"encodeurl": "^1.0.1",
"request": "^2.79.0"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"mocha": "^3.2.0"
}
}