UNPKG

1.86 kBJSONView Raw
1{
2 "name": "@aofl/aofljs-cli",
3 "description": "is a command line tool for running aofljs/0.5.0 local server and automate the build process of aofljs apps.",
4 "version": "0.5.12",
5 "bin": {
6 "aofljs-cli": "./bin/aofljs-cli.js"
7 },
8 "engines": {
9 "node": ">=6.6.0"
10 },
11 "man": [
12 "aofljs-cli.1"
13 ],
14 "preferGlobal": true,
15 "dependencies": {
16 "angular-gettext-tools": "^2.3.3",
17 "chalk": "^1.1.3",
18 "cheerio": "^0.22.0",
19 "cli-table": "^0.3.1",
20 "commander": "^2.9.0",
21 "cors": "2.8.3",
22 "espree": "^3.4.0",
23 "express": "^4.14.0",
24 "fs-extra": "^2.0.0",
25 "glob": "^7.1.1",
26 "inquirer": "^3.0.1",
27 "livereload": "^0.6.0",
28 "lodash": "^4.17.4",
29 "mkdirp": "^0.5.1",
30 "morgan": "^1.7.0",
31 "node-dir": "^0.1.16",
32 "recursive-copy": "^2.0.6",
33 "requirejs": "^2.3.2",
34 "serve-favicon": "2.4.1",
35 "serve-static": "^1.11.1",
36 "simple-ifconfig": "^0.1.1",
37 "through2": "^2.0.3",
38 "vhost": "^3.0.2"
39 },
40 "devDependencies": {
41 "babel-cli": "^6.23.0",
42 "babel-preset-es2015": "^6.22.0",
43 "eslint": "^3.10.2",
44 "eslint-config-google": "^0.5.0",
45 "istanbul": "^0.4.5",
46 "jscs": "^3.0.7",
47 "mocha": "^3.1.2",
48 "mocha-lcov-reporter": "^1.2.0",
49 "should": "^11.1.1"
50 },
51 "scripts": {
52 "lint": "./node_modules/.bin/eslint . && jscs bin/ src/ test/; exit 0",
53 "pretest": "npm run lint",
54 "test": "./node_modules/.bin/mocha --reporter spec",
55 "coverage": "./node_modules/.bin/istanbul cover _mocha --report lcovonly -- -R spec",
56 "build": "./node_modules/.bin/babel src/ --out-dir commands --copy-files"
57 },
58 "contributors": [
59 "Arian Khosravi <arian.khosravi@aofl.com>",
60 "Sergii Kshenskyi <sergii.kshenskyi@aofl.com>",
61 "Daniel Belisle <daniel.belisle@aofl.com>"
62 ],
63 "license": "MIT",
64 "tags": [
65 "build",
66 "tool"
67 ]
68}