UNPKG

1.76 kBJSONView Raw
1{
2 "name": "lazy-ass",
3 "description": "Lazy assertions without performance penalty",
4 "version": "0.6.0",
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.1.1",
13 "coveralls": "2.11.2",
14 "expect.js": "0.3.1",
15 "grunt": "0.4.5",
16 "grunt-banner": "0.3.1",
17 "grunt-clean-console": "0.1.1",
18 "grunt-contrib-concat": "0.5.1",
19 "grunt-contrib-copy": "0.8.0",
20 "grunt-contrib-jshint": "0.11.2",
21 "grunt-contrib-uglify": "0.9.1",
22 "grunt-contrib-watch": "0.6.1",
23 "grunt-deps-ok": "0.7.1",
24 "grunt-gh-pages": "0.10.0",
25 "grunt-karma": "0.10.1",
26 "grunt-mocha-test": "0.12.7",
27 "grunt-nice-package": "0.9.2",
28 "grunt-npm2bower-sync": "0.8.1",
29 "jshint-stylish": "1.0.2",
30 "karma": "0.12.32",
31 "karma-chrome-launcher": "0.1.8",
32 "karma-coverage": "0.3.1",
33 "karma-mocha": "0.1.10",
34 "karma-phantomjs-launcher": "0.1.4",
35 "matchdep": "0.3.0",
36 "mocha": "2.2.4",
37 "pre-git": "0.2.1",
38 "time-grunt": "1.1.1"
39 },
40 "engines": {
41 "node": "> 0.8"
42 },
43 "homepage": "https://github.com/bahmutov/lazy-ass",
44 "keywords": [
45 "lazy",
46 "assertion",
47 "assertions",
48 "debugging",
49 "defensive",
50 "node",
51 "browser"
52 ],
53 "license": "MIT",
54 "main": "index.js",
55 "pre-commit": [
56 "npm test",
57 "npm version"
58 ],
59 "repository": {
60 "type": "git",
61 "url": "git@github.com:bahmutov/lazy-ass.git"
62 },
63 "scripts": {
64 "test": "grunt test",
65 "watch": "grunt watch",
66 "coveralls": "cat coverage/PhantomJS*/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
67 "demo": "grunt gh-pages"
68 }
69}