-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
29 lines (29 loc) · 854 Bytes
/
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
{
"name": "chainradar",
"version": "0.0.1",
"description": "An unofficial node.js client for the chainradar.",
"main": "./distribution/chainradar.js",
"scripts": {
"build": "babel chainradar.js --presets babel-preset-es2015 --out-dir distribution",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yasaricli/chainradar-api.git"
},
"author": "Yasar ICLI <[email protected]> (https://www.yasaricli.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/yasaricli/chainradar-api/issues"
},
"homepage": "https://github.com/yasaricli/chainradar-api#readme",
"dependencies": {
"request": "^2.83.0",
"requestify": "^0.2.5",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
}
}