UNPKG

1.1 kBJSONView Raw
1{
2 "name": "grunt-blueprint-test-runner",
3 "description": "API Blueprint Protractor Test Runner",
4 "version": "2.1.0",
5 "homepage": "https://github.com/Aconex/grunt-blueprint-test-runner",
6 "author": {
7 "name": "Yakov Khalinsky",
8 "email": "ykhalinsky@aconex.com"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/Aconex/grunt-blueprint-test-runner.git"
13 },
14 "bugs": {
15 "url": "https://github.com/Aconex/grunt-blueprint-test-runner/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/Aconex/grunt-blueprint-test-runner/blob/master/LICENSE-MIT"
21 }
22 ],
23 "engines": {
24 "node": ">= 4.0.0"
25 },
26 "scripts": {
27 "test": "grunt"
28 },
29 "dependencies": {
30 "blueprint-test-runner": "^3.1.0"
31 },
32 "devDependencies": {
33 "grunt": "^0.4.5",
34 "grunt-cli": "^0.1.13",
35 "grunt-contrib-clean": "^1.0.0",
36 "grunt-contrib-jshint": "^1.0.0",
37 "grunt-contrib-nodeunit": "^0.4.1"
38 },
39 "peerDependencies": {
40 "grunt": "~0.4.5"
41 },
42 "keywords": [
43 "gruntplugin",
44 "api",
45 "angularjs",
46 "protractor"
47 ]
48}