-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 926 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": "gulp-jasmine2-phantomjs",
"description": "Run Jasmine tests with PhantomJS",
"version": "1.0.0",
"homepage": "http://github.com/sandermak/gulp-jasmine2-phantomjs",
"repository": {
"type": "git",
"url": "git://github.com/sandermak/gulp-jasmine2-phantomjs.git"
},
"author": {
"name": "Sander Mak",
"email": "[email protected]",
"url": "http://branchandbound.net/"
},
"main": "./index.js",
"keywords": [
"gulpplugin",
"test",
"jasmine",
"phantomjs"
],
"dependencies": {
"gulp-util": "~3.0.8",
"phantomjs-prebuilt": "~2.1.14",
"through2": "~2.0.3"
},
"engines": {
"node": ">= 0.10.0"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/sandermak/gulp-jasmine2-phantomjs/issues"
}
}