UNPKG

920 BJSONView Raw
1{
2 "name": "js-data-repo-tools",
3 "description": "Common utility scripts used by js-data repositories.",
4 "version": "0.1.0",
5 "homepage": "https://github.com/js-data/js-data-repo-tools",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/js-data/js-data-repo-tools.git"
9 },
10 "author": "js-data-repo-tools project authors",
11 "license": "MIT",
12 "main": "./src/api/index.js",
13 "bin": {
14 "repo-tools": "./bin/repo-tools"
15 },
16 "keywords": [
17 "js-data",
18 "jsdata",
19 "repo",
20 "tools"
21 ],
22 "standard": {
23 "parser": "babel-eslint"
24 },
25 "scripts": {
26 "lint": "node . lint",
27 "test": "npm run lint && node . changelog && node . updates && node . authors",
28 "release": "npm test"
29 },
30 "dependencies": {
31 "babel-eslint": "5.0.0",
32 "bluebird": "3.3.3",
33 "commander": "2.9.0",
34 "lodash": "4.6.1",
35 "npm-check-updates": "2.5.8",
36 "standard": "6.0.7"
37 }
38}