-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 914 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
41
42
{
"name": "scoutjs",
"version": "1.13.0",
"description": "Scout is a Functional Testing extension for PhantomJS",
"scripts": {
"test": "gulp test"
},
"bin": {
"scout": "./bin/scout"
},
"dependencies": {
"jquery": "^2.1.3",
"phantomjs-prebuilt": "^2.1.6"
},
"keywords": [
"functional",
"testing",
"phantomjs"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"author": "Menno van Slooten",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mennovanslooten/Scout.git"
},
"homepage": "http://mennovanslooten.github.io/Scout/",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"mocha-silent-reporter": "^1.0.0",
"proxyquire": "^1.3.0",
"sinon": "^1.12.2"
}
}