2016-06-03 23:52:48 +02:00
|
|
|
{
|
|
|
|
|
"main": "./mocha.js",
|
|
|
|
|
"jspmNodeConversion": false,
|
|
|
|
|
"meta": {
|
|
|
|
|
"mocha.js": {
|
|
|
|
|
"deps": [
|
|
|
|
|
"./mocha.css!"
|
|
|
|
|
],
|
|
|
|
|
"exports": "Mocha",
|
|
|
|
|
"format": "global"
|
|
|
|
|
}
|
|
|
|
|
},
|
2016-06-10 03:07:36 +02:00
|
|
|
"shim": {
|
|
|
|
|
"mocha": {
|
|
|
|
|
"exports": "mocha",
|
|
|
|
|
"deps": [
|
|
|
|
|
"./mocha.css!"
|
|
|
|
|
]
|
|
|
|
|
}
|
2016-06-10 03:09:23 +02:00
|
|
|
},
|
2016-06-03 23:52:48 +02:00
|
|
|
"dependencies": {
|
|
|
|
|
"css": "*",
|
|
|
|
|
"debug": "^2.2.0"
|
|
|
|
|
},
|
|
|
|
|
"registry": "jspm",
|
|
|
|
|
"map": {
|
|
|
|
|
"./mocha.js": {
|
|
|
|
|
"node": "./lib/mocha.js"
|
|
|
|
|
},
|
|
|
|
|
"escape-string-regexp": "@empty",
|
|
|
|
|
"growl": "@empty",
|
|
|
|
|
"./lib/reporters.js": "./lib/reporters/index.js",
|
|
|
|
|
"./lib/interfaces.js": "./lib/interfaces/index.js",
|
|
|
|
|
"glob": "@empty",
|
|
|
|
|
"to-iso-string": "@empty",
|
|
|
|
|
"mkdirp": "@empty",
|
|
|
|
|
"jade": "@empty",
|
|
|
|
|
"diff": "@empty",
|
2016-06-03 23:59:18 +02:00
|
|
|
"supports-color": "@empty",
|
|
|
|
|
"path": "@node/path",
|
|
|
|
|
"fs": "@node/fs",
|
|
|
|
|
"util": "@node/util",
|
|
|
|
|
"events": "@node/events",
|
|
|
|
|
"tty": "@node/tty"
|
2016-06-03 23:52:48 +02:00
|
|
|
}
|
|
|
|
|
}
|