-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
53 lines (53 loc) · 1.13 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
{
"name": "grunt-testem",
"description": "A grunt plugin for testem.",
"version": "0.5.5",
"homepage": "https://github.com/sideroad/grunt-testem",
"author": "sideroad <[email protected]> (http://sideroad.secret.jp/)",
"repository": {
"type": "git",
"url": "git://github.com/sideroad/grunt-testem.git"
},
"bugs": {
"url": "https://github.com/sideroad/grunt-testem/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://opensource.org/licenses/gpl-3.0.html"
}
],
"main": "grunt.js",
"bin": {
"grunt-testem": "bin/grunt-testem"
},
"engines": {
"node": "0.10"
},
"scripts": {
"test": "grunt test --verbose --force"
},
"dependencies": {
"async": "~0.9.0",
"underscore": "~1.6.0",
"testem-multi": "^0.4.4"
},
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt": "~0.4.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
"grunt",
"grunt",
"testem"
]
}