UNPKG

1.55 kBJSONView Raw
1{
2 "name": "@chix/loader-fs",
3 "version": "2.7.4",
4 "description": "FS NodeDefinition Loader for Chiχ",
5 "keywords": [
6 "chix",
7 "loader"
8 ],
9 "bugs": {
10 "url": "https://github.com/chixio/chix/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git@github.com:chixio/chix.git"
15 },
16 "license": "MIT",
17 "author": "Rob Halff",
18 "main": "./lib/index.js",
19 "typings": "./lib/index.d.ts",
20 "scripts": {
21 "clean": "rimraf ./lib/",
22 "lint": "tslint 'src/**/*.ts' --fix",
23 "prepare": "npm run clean && tsc",
24 "test": "mocha --reporter spec --require ts-node/register src/test/**/*.spec.ts"
25 },
26 "dependencies": {
27 "@chix/common": "^2.7.4",
28 "@chix/fbpx": "^2.7.4",
29 "@chix/loader-remote": "^2.7.4",
30 "@types/async": "^2.0.49",
31 "@types/superagent": "^3.8.0",
32 "async": "^2.6.1",
33 "debug": "^3.1.0",
34 "glob": "^7.1.2",
35 "lodash": "^4.17.10",
36 "object-forof": "^1.5.2",
37 "superagent": "^3.8.3"
38 },
39 "devDependencies": {
40 "@types/chai": "^4.1.3",
41 "@types/glob": "^5.0.35",
42 "@types/js-yaml": "^3.11.1",
43 "@types/lodash": "^4.14.109",
44 "@types/mocha": "^5.2.0",
45 "@types/node": "^10.1.4",
46 "chai": "^4.1.2",
47 "chix-test": "nodule/test",
48 "ecstatic": "^3.2.0",
49 "js-yaml": "^3.11.0",
50 "mocha": "^5.2.0",
51 "mocha-clean": "^1.0.0",
52 "rimraf": "^2.6.2",
53 "should": "^13.2.1",
54 "ts-node": "^6.0.5",
55 "tslint": "^5.10.0",
56 "tslint-config-prettier": "^1.13.0",
57 "tslint-config-standard": "^7.0.0",
58 "typescript": "^2.8.3"
59 }
60}
\No newline at end of file