UNPKG

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