UNPKG

1.33 kBJSONView Raw
1{
2 "name": "tarima-cli",
3 "version": "0.3.4",
4 "main": "lib/index.js",
5 "bin": {
6 "tarima": "bin/tarima"
7 },
8 "scripts": {
9 "dev": "jasmine-node spec --coffee --verbose --autoTest --watchFolders lib",
10 "dev:lint": "eslint lib",
11 "dev:spec": "jasmine-node spec --coffee --noStackTrace --captureExceptions",
12 "cover": "istanbul cover --root lib --x '**/spec/**' -- jasmine-node --coffee spec",
13 "cover:up": "codecov --file=coverage/lcov.info --disable=gcov -e TRAVIS_NODE_VERSION",
14 "test": "npm run dev:lint && npm run dev:spec"
15 },
16 "dependencies": {
17 "chalk": ">=1.1.3",
18 "cli-width": ">=2.1.0",
19 "debug": ">=2.2.0",
20 "dotenv": "^2.0.0",
21 "es6-promise": "^4.0.5",
22 "fs-extra": "^1.0.0",
23 "glob": "^7.1.1",
24 "micromatch": "^2.3.11",
25 "minimist": ">=1.2.0",
26 "pretty-ms": ">=2.1.0",
27 "siguiente": ">=0.3.1",
28 "tarima": "^1.5.1"
29 },
30 "devDependencies": {
31 "buble": ">=0.14.2",
32 "codecov": ">=1.0.1",
33 "ejs": ">=2.5.2",
34 "eslint": "^3.10.2",
35 "istanbul": "^0.4.5",
36 "jasmine-node": ">=2.0.0-beta4",
37 "kramed": ">=0.5.6",
38 "less": ">=2.7.1",
39 "pug": "^2.0.0-beta6",
40 "ractive": "^0.8.5",
41 "rimraf": ">=2.5.4",
42 "rollup": "^0.36.3"
43 },
44 "optionalDependencies": {
45 "chokidar": ">=1.5.2",
46 "node-notifier": ">=4.5.0"
47 }
48}