UNPKG

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