UNPKG

1.21 kBJSONView Raw
1{
2 "name": "tarima-cli",
3 "version": "0.3.9",
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 "tarima": "^1.8.0"
28 },
29 "devDependencies": {
30 "buble": ">=0.14.2",
31 "codecov": ">=1.0.1",
32 "ejs": ">=2.5.2",
33 "eslint": "^3.10.2",
34 "istanbul": "^0.4.5",
35 "jasmine-node": "2.0.0-beta4",
36 "kramed": ">=0.5.6",
37 "less": ">=2.7.1",
38 "pug": "^2.0.0-beta6",
39 "ractive": "^0.8.5",
40 "rimraf": ">=2.5.4",
41 "rollup": "^0.36.3"
42 }
43}