UNPKG

1.68 kBJSONView Raw
1{
2 "name": "@buildo/hophop",
3 "version": "0.9.1",
4 "description": "",
5 "main": "lib",
6 "scripts": {
7 "test": "./node_modules/karma/bin/karma start",
8 "build": "babel --loose --stage 0 --optional runtime --out-dir lib src",
9 "hophop": "npm run build && node lib/index.js",
10 "preversion": "npm run lint",
11 "prepublish": "npm run build",
12 "lint": "eslint src"
13 },
14 "bin": {
15 "hophop": "./hophop"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git@github.com:buildo/hophop.git"
20 },
21 "keywords": [],
22 "author": "Buildo <we@buildo.io>",
23 "bugs": {
24 "url": "https://github.com/buildo/hophop/issues"
25 },
26 "homepage": "https://github.com/buildo/hophop",
27 "dependencies": {
28 "argparse": "^1.0.2",
29 "babel-runtime": "^5.8.35",
30 "cli-color": "^1.0.0",
31 "es6-promisify": "^1.1.1",
32 "inquirer": "^0.10.1",
33 "lodash": "^3.10.1",
34 "octonode": "^0.6.17",
35 "ramda": "^0.14.0",
36 "readline-sync": "^1.2.19",
37 "request-promise": "^2.0.1",
38 "semver": "^4.3.6",
39 "toggl-api": "0.0.3",
40 "update-notifier": "^0.6.1",
41 "yamljs": "^0.2.7"
42 },
43 "devDependencies": {
44 "babel": "^5",
45 "babel-eslint": "^5.0.0",
46 "babel-loader": "^5",
47 "eslint": "^2.2.0",
48 "eslint-config-buildo": "github:buildo/eslint-config",
49 "eslint-loader": "^1.3.0",
50 "estraverse-fb": "^1.3.1",
51 "expect": "^1.6.0",
52 "isparta-loader": "^0.2.0",
53 "karma": "^0.13",
54 "karma-bamboo-reporter": "^0.1.0",
55 "karma-chrome-launcher": "^0.1.12",
56 "karma-coverage": "^0.3.1",
57 "karma-mocha": "^0.1.10",
58 "karma-webpack": "^1.5.1",
59 "mocha": "^2.2.5",
60 "require-dir": "^0.3.0",
61 "webpack": "^1.12.9"
62 }
63}