-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 977 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "sigh-mocha",
"version": "0.1.4",
"description": "Sigh plugin for running mocha in a subprocess",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "lib/index",
"repository": {
"type": "git",
"url": "git://github.com/sighjs/sigh-mocha.git"
},
"keywords": [
"build",
"assets",
"pipeline",
"sigh-plugin",
"mocha"
],
"author": "James Pike <github@chilon.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sighjs/sigh-mocha/issues"
},
"dependencies": {
"bluebird": "^2.9.24",
"glob": "^5.0.5",
"lodash": "^3.7.0",
"mocha": "2",
"sigh-core": "^0.11.6"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-1": "^6.5.0",
"sigh": "^0.12.3",
"sigh-babel": "^0.12.0"
}
}