-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 1.66 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
70
71
72
73
74
{
"name": "grunt-espower",
"description": "A grunt task for power-assert",
"version": "1.2.0",
"author": {
"name": "Takuto Wada",
"email": "[email protected]",
"url": "https://github.com/twada"
},
"bugs": {
"url": "https://github.com/power-assert-js/grunt-espower/issues"
},
"contributors": [
{
"name": "vvakame",
"url": "https://github.com/vvakame"
}
],
"dependencies": {
"convert-source-map": "^1.1.1",
"empower-assert": "^1.0.0",
"escodegen": "^1.6.1",
"espower": "^2.0.0",
"esprima": "^3.0.0",
"estraverse": "^4.0.0",
"merge-estraverse-visitors": "^1.0.0",
"multi-stage-sourcemap": "^0.2.1",
"xtend": "^4.0.0"
},
"devDependencies": {
"empower": "^1.1.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-ts": "^5.3.2",
"power-assert-formatter": "^1.3.2",
"source-map-support": "^0.4.0",
"typescript": "^1.7.5"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"CHANGELOG.md",
"LICENSE-MIT",
"README.md",
"package.json",
"tasks"
],
"homepage": "https://github.com/power-assert-js/grunt-espower",
"keywords": [
"power-assert",
"assert",
"assertion",
"test",
"testing",
"gruntplugin"
],
"license": "MIT",
"main": "tasks/espower.js",
"peerDependencies": {
"grunt": ">=0.4.2 <2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/power-assert-js/grunt-espower.git"
},
"scripts": {
"test": "grunt test"
}
}