UNPKG

1.67 kBJSONView Raw
1{
2 "name": "blanket",
3 "description": "seamless js code coverage",
4 "version": "1.2.3",
5 "homepage": "https://github.com/alex-seville/blanket",
6 "author": {
7 "name": "Alex-Seville",
8 "email": "hi@alexanderseville.com",
9 "url": "http://blanketjs.org"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/alex-seville/blanket.git"
14 },
15 "bugs": {
16 "url": "https://github.com/alex-seville/blanket/issues"
17 },
18 "license": "MIT",
19 "main": "src/index.js",
20 "engines": {
21 "node": ">=0.10.7"
22 },
23 "dependencies": {
24 "acorn": "^1.0.3",
25 "falafel": "~1.2.0",
26 "foreach": "^2.0.5",
27 "isarray": "0.0.1",
28 "object-keys": "^1.0.6",
29 "xtend": "~4.0.0"
30 },
31 "devDependencies": {
32 "async": "~1.4.0",
33 "coffee-react": "^4.0.0",
34 "coffee-script": "~1.9.3",
35 "grunt": "~0.4.5",
36 "grunt-cli": "^0.1.13",
37 "grunt-contrib-clean": "~0.6.0",
38 "grunt-contrib-concat": "~0.5.1",
39 "grunt-contrib-jshint": "~0.11.2",
40 "grunt-contrib-uglify": "~0.9.1",
41 "load-grunt-tasks": "~3.2.0",
42 "mocha": "~2.2.5",
43 "phantomjs": "1.9.17",
44 "requirejs": "~2.1.19",
45 "react": "^0.13.3",
46 "travis-cov": "*",
47 "uglify-save-license": "~0.4.1"
48 },
49 "scripts": {
50 "build": "grunt build",
51 "test": "grunt --verbose blanketTest"
52 },
53 "config": {
54 "blanket": {
55 "pattern": "test",
56 "data-cover-flags": {
57 "debug": false
58 },
59 "loader": "./node-loaders/coffee-script",
60 "data-cover-reporter-options": {
61 "shortnames": true
62 }
63 },
64 "travis-cov": {
65 "threshold": 70,
66 "removeKey": "branchFcn"
67 }
68 },
69 "keywords": [
70 "coverage"
71 ]
72}