UNPKG

1.76 kBJSONView Raw
1{
2 "name": "lazy-ass",
3 "description": "Lazy assertions without performance penalty",
4 "version": "0.5.4",
5 "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
6 "bugs": {
7 "url": "https://github.com/bahmutov/lazy-ass/issues"
8 },
9 "contributors": [],
10 "dependencies": {},
11 "devDependencies": {
12 "bad-line": "0.0.2",
13 "coveralls": "2.11.2",
14 "cute-stack": "1.0.2",
15 "expect.js": "0.3.1",
16 "grunt": "0.4.5",
17 "grunt-banner": "0.2.3",
18 "grunt-clean-console": "0.1.1",
19 "grunt-contrib-concat": "0.5.0",
20 "grunt-contrib-copy": "0.7.0",
21 "grunt-contrib-jshint": "0.10.0",
22 "grunt-contrib-uglify": "0.7.0",
23 "grunt-contrib-watch": "0.6.1",
24 "grunt-deps-ok": "0.5.2",
25 "grunt-gh-pages": "0.10.0",
26 "grunt-karma": "0.9.0",
27 "grunt-mocha-test": "0.11.0",
28 "grunt-nice-package": "0.9.2",
29 "grunt-npm2bower-sync": "0.4.0",
30 "jshint-stylish": "0.4.0",
31 "karma": "0.12.28",
32 "karma-chrome-launcher": "0.1.7",
33 "karma-coverage": "0.2.7",
34 "karma-mocha": "0.1.10",
35 "karma-phantomjs-launcher": "0.1.4",
36 "matchdep": "0.3.0",
37 "mocha": "1.21.5",
38 "pre-git": "0.1.1",
39 "time-grunt": "0.4.0"
40 },
41 "engines": {
42 "node": "> 0.8"
43 },
44 "homepage": "https://github.com/bahmutov/lazy-ass",
45 "keywords": [
46 "lazy",
47 "assertion",
48 "assertions",
49 "debugging",
50 "defensive",
51 "node",
52 "browser"
53 ],
54 "license": "MIT",
55 "main": "index.js",
56 "pre-commit": [
57 "npm test",
58 "npm version"
59 ],
60 "repository": {
61 "type": "git",
62 "url": "git@github.com:bahmutov/lazy-ass.git"
63 },
64 "scripts": {
65 "test": "grunt test",
66 "watch": "grunt watch",
67 "coveralls": "cat coverage/PhantomJS*/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
68 }
69}