UNPKG

1.39 kBJSONView Raw
1{
2 "name": "bijous",
3 "version": "0.3.3",
4 "description": "An asynchronous module loader. Searches out modules within a file system using Klect and supplies an asynchronous means of initializing them. Initialized modules may provide a service that can be used by other modules.",
5 "main": "lib/bijous.js",
6 "engines": {
7 "node": ">=0.10"
8 },
9 "dependencies": {
10 "array-series": "^0.1.5",
11 "camelize": "^1.0.0",
12 "klect": "^0.1.5",
13 "lodash": "^2.4.1",
14 "parameterize": "0.0.7"
15 },
16 "devDependencies": {
17 "chai": "^1.9.1",
18 "coffee-script": "^1.7.1",
19 "gulp": "^3.8.5",
20 "gulp-biscotto": "0.0.6",
21 "gulp-coffee": "^2.0.1",
22 "gulp-coffeelint": "^0.3.3",
23 "gulp-istanbul": "^0.2.0",
24 "gulp-mocha": "^0.4.1",
25 "gulp-util": "^2.2.19",
26 "sinon": "^1.10.3"
27 },
28 "scripts": {
29 "test": "./node_modules/.bin/gulp test",
30 "prepublish": "./node_modules/.bin/gulp build"
31 },
32 "repository": {
33 "type": "git",
34 "url": "git://github.com/mbrio/bijous.git"
35 },
36 "keywords": [
37 "modules",
38 "components",
39 "features",
40 "feats",
41 "mods",
42 "plugins",
43 "async",
44 "asynchronous",
45 "require",
46 "express"
47 ],
48 "author": "Michael Diolosa <michael.diolosa@gmail.com>",
49 "license": "ISC",
50 "bugs": {
51 "url": "https://github.com/mbrio/bijous/issues"
52 },
53 "homepage": "https://github.com/mbrio/bijous"
54}