UNPKG

747 BJSONView Raw
1{
2 "name": "@chix/loader",
3 "version": "2.9.14",
4 "description": "Definition 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 "test": "mocha --reporter spec --require ts-node/register src/test/**/*.spec.ts"
24 },
25 "dependencies": {
26 "@chix/common": "^2.9.14",
27 "@chix/install": "^2.9.14",
28 "events": "^3.0.0",
29 "lodash": "^4.17.15",
30 "object-forof": "^1.5.2"
31 }
32}
\No newline at end of file