forked from eschwartz/grunt-jasmine-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 974 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
{
"name": "grunt-jasmine-legacy",
"version": "1.2.4",
"description": "A Grunt task for running Jasmine v1.3 tests using RequireJS and PhantomJS",
"main": "src/grunt-jasmine-legacy",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"grunt",
"jasmine",
"v1.3",
"legacy",
"requirejs",
"amd",
"phantomjs",
"headless"
],
"repository": {
"type": "git",
"url": "https://github.com/hamweather/grunt-jasmine-legacy.git"
},
"author": {
"name": "Edan Schwartz",
"email": "[email protected]",
"url": "http://www.edanschwartz.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hamweather/grunt-jasmine-legacy/issues"
},
"homepage": "https://github.com/hamweather/grunt-jasmine-legacy",
"dependencies": {
"chalk": "~0.4.0",
"grunt": "~0.4.3",
"grunt-lib-phantomjs": "^1.1.0",
"underscore": "~1.6.0",
"when": "~2.8.0"
}
}