UNPKG

782 BJSONView Raw
1{
2 "name": "bijous",
3 "version": "0.1.2",
4 "description": "An asynchronous module loader",
5 "main": "index.js",
6 "engines": {
7 "node": ">=0.10"
8 },
9 "dependencies": {
10 "async": "^0.9.0",
11 "klect": "^0.1.1"
12 },
13 "devDependencies": {
14 "gulp": "^3.8.5",
15 "gulp-istanbul": "^0.2.0",
16 "gulp-jsdoc": "^0.1.4",
17 "gulp-jshint": "^1.6.4",
18 "gulp-mocha": "^0.4.1",
19 "should": "^4.0.4"
20 },
21 "scripts": {
22 "test": "gulp test"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git://github.com/mbrio/bijous.git"
27 },
28 "keywords": [
29 "modules"
30 ],
31 "author": "Michael Diolosa <michael.diolosa@gmail.com>",
32 "license": "ISC",
33 "bugs": {
34 "url": "https://github.com/mbrio/bijous/issues"
35 },
36 "homepage": "https://github.com/mbrio/bijous"
37}