-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.54 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "gulp-espower",
"description": "A gulp plugin for power-assert",
"version": "1.1.0",
"author": {
"name": "Takuto Wada",
"email": "[email protected]",
"url": "https://github.com/twada"
},
"bugs": "https://github.com/power-assert-js/gulp-espower/issues",
"contributors": [
{
"name": "bouzuya",
"mail": "[email protected]",
"url": "http://bouzuya.net"
}
],
"dependencies": {
"bufferstreams": "^1.1.0",
"convert-source-map": "^1.1.1",
"empower-assert": "^1.0.0",
"escodegen": "^1.6.1",
"espower": "^2.0.0",
"espower-source": "^2.0.0",
"esprima": "^3.0.0",
"estraverse": "^4.0.0",
"gulp-util": "^3.0.5",
"merge-estraverse-visitors": "^1.0.0",
"multi-stage-sourcemap": "^0.2.1",
"through2": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"event-stream": "^3.3.1",
"jshint": "^2.8.0",
"mocha": "^3.0.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"files": [
"LICENSE-MIT",
"CHANGELOG.md",
"README.md",
"index.js",
"package.json"
],
"homepage": "https://github.com/power-assert-js/gulp-espower",
"keywords": [
"assert",
"assertion",
"gulpplugin",
"power-assert",
"test",
"testing"
],
"license": "MIT",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/power-assert-js/gulp-espower.git"
},
"scripts": {
"lint": "jshint index.js",
"test": "npm run lint && mocha"
}
}