UNPKG

2.26 kBJSONView Raw
1{
2 "name": "lux-framework",
3 "version": "1.1.4",
4 "description": "Build scalable, Node.js-powered REST APIs with almost no code.",
5 "repository": "github:postlight/lux",
6 "keywords": [
7 "mvc",
8 "api",
9 "lux",
10 "jsonapi",
11 "json-api",
12 "rest",
13 "framework"
14 ],
15 "main": "src/index.js",
16 "bin": {
17 "lux": "bin/lux"
18 },
19 "scripts": {
20 "build": "rollup -c",
21 "clean": "shx rm -rf .nyc_output coverage dist test/test-app/dist test-results.xml",
22 "codecov": "nyc report --reporter=lcov > coverage.lcov && curl -s https://codecov.io/bash | bash",
23 "flow": "flow check",
24 "install:types": "shx rm -rf flow-typed && flow-typed install",
25 "lint": "remark . && eslint .",
26 "test": "nyc -i ./lib/babel-hook.js --instrument false --source-map false mocha --opts mocha.opts"
27 },
28 "author": "Zachary Golba",
29 "license": "MIT",
30 "homepage": "https://lux.postlight.com",
31 "bugs": {
32 "url": "https://github.com/postlight/lux/issues"
33 },
34 "engines": {
35 "node": ">= 6.0"
36 },
37 "dependencies": {
38 "ansi-regex": "2.1.1",
39 "babel-eslint": "7.1.1",
40 "chalk": "1.1.3",
41 "commander": "2.9.0",
42 "eslint": "3.13.1",
43 "fb-watchman": "1.9.0",
44 "inflection": "1.10.0",
45 "knex": "0.12.6",
46 "ora": "1.0.0",
47 "rollup": "0.41.4",
48 "rollup-plugin-alias": "1.2.0",
49 "rollup-plugin-babel": "2.7.1",
50 "rollup-plugin-eslint": "3.0.0",
51 "rollup-plugin-json": "2.0.2",
52 "rollup-plugin-lux": "3.0.0",
53 "rollup-plugin-node-resolve": "2.0.0",
54 "source-map-support": "0.4.10"
55 },
56 "devDependencies": {
57 "babel-core": "6.21.0",
58 "babel-plugin-istanbul": "3.1.2",
59 "babel-plugin-transform-es2015-modules-commonjs": "6.18.0",
60 "babel-preset-lux": "2.0.1",
61 "chai": "3.5.0",
62 "eslint-config-airbnb-base": "11.0.1",
63 "eslint-plugin-flowtype": "2.30.0",
64 "eslint-plugin-import": "2.2.0",
65 "faker": "3.1.0",
66 "flow-bin": "0.37.4",
67 "flow-typed": "2.0.0",
68 "mocha": "3.2.0",
69 "mocha-junit-reporter": "1.13.0",
70 "node-fetch": "1.6.3",
71 "nyc": "10.1.2",
72 "remark-cli": "2.1.0",
73 "remark-lint": "5.4.0",
74 "remark-preset-lint-recommended": "1.0.0",
75 "rollup-plugin-multi-entry": "2.0.1",
76 "shx": "0.2.2",
77 "sinon": "1.17.7"
78 }
79}