-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
58 lines (58 loc) · 1.51 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "espower-babel",
"description": "power-assert instrumentor for babel",
"keywords": [
"babel",
"power-assert",
"ES6",
"ECMAScript",
"test",
"testing"
],
"version": "4.0.3",
"homepage": "https://github.com/power-assert-js/espower-babel/",
"repository": {
"type": "git",
"url": "https://github.com/power-assert-js/espower-babel.git"
},
"main": "index.js",
"files": [
"index.js",
"guess.js",
"lib"
],
"scripts": {
"test:guess": "mocha --require './guess' test/**/*.js",
"test:loader": "mocha --require './test_loader/espower-traceur-loader' test/**/*.js",
"test:extension": "mocha test/issues/17 --compilers es6:./guess",
"test:gulp": "mocha test/issues/24 --compilers js:./guess --timeout 15000",
"test": "npm-run-all --parallel test:*"
},
"directories": {
"test": "test/"
},
"author": "azu",
"license": "MIT",
"bugs": {
"url": "https://github.com/power-assert-js/espower-babel/issues"
},
"dependencies": {
"babel-core": "^6.0.0",
"babel-plugin-espower": "^2.0.0",
"minimatch": "^3.0.0",
"source-map-support": "^0.4.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.1.18",
"babel-polyfill": "^6.1.19",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-3": "^6.1.18",
"expect.js": "^0.3.1",
"gulp": "^3.9.0",
"gulp-mocha": "^2.2.0",
"mocha": "^2.1.0",
"npm-run-all": "^1.4.0",
"power-assert": "^1.1.0"
}
}