UNPKG

2.98 kBJSONView Raw
1{
2 "name": "lazy-ass",
3 "description": "Lazy assertions without performance penalty",
4 "version": "1.5.0",
5 "author": {
6 "name": "Gleb Bahmutov",
7 "email": "gleb.bahmutov@gmail.com"
8 },
9 "bugs": {
10 "url": "https://github.com/bahmutov/lazy-ass/issues"
11 },
12 "config": {
13 "pre-git": {
14 "commit-msg": "simple",
15 "pre-commit": [
16 "npm test"
17 ],
18 "pre-push": [
19 "npm run size"
20 ],
21 "post-commit": [],
22 "post-merge": []
23 }
24 },
25 "contributors": [],
26 "dependencies": {},
27 "devDependencies": {
28 "@semantic-release/condition-travis": "4.1.4",
29 "bad-line": "0.1.1",
30 "condition-node-version": "1.2.0",
31 "coveralls": "2.11.6",
32 "expect.js": "0.3.1",
33 "git-issues": "1.2.0",
34 "grunt": "0.4.5",
35 "grunt-banner": "0.6.0",
36 "grunt-clean-console": "0.1.1",
37 "grunt-cli": "1.0.0-rc1",
38 "grunt-contrib-concat": "0.5.1",
39 "grunt-contrib-copy": "0.8.2",
40 "grunt-contrib-jshint": "1.0.0",
41 "grunt-contrib-uglify": "0.11.1",
42 "grunt-contrib-watch": "0.6.1",
43 "grunt-deps-ok": "0.9.0",
44 "grunt-gh-pages": "1.0.0",
45 "grunt-karma": "0.10.1",
46 "grunt-mocha-test": "0.12.7",
47 "grunt-nice-package": "0.10.2",
48 "grunt-npm2bower-sync": "0.9.1",
49 "jshint-stylish": "2.1.0",
50 "karma": "0.12.32",
51 "karma-chrome-launcher": "0.2.2",
52 "karma-coverage": "0.5.3",
53 "karma-mocha": "0.2.2",
54 "karma-phantomjs-launcher": "1.0.0",
55 "matchdep": "1.0.1",
56 "mocha": "2.4.5",
57 "phantomjs": "2.1.3",
58 "pkgfiles": "2.3.0",
59 "pre-git": "3.4.0",
60 "semantic-release": "6.2.0",
61 "time-grunt": "1.3.0"
62 },
63 "engines": {
64 "node": "> 0.8"
65 },
66 "files": [
67 "index.js",
68 "index.html",
69 "bower.json",
70 "test/demo.js"
71 ],
72 "homepage": "https://github.com/bahmutov/lazy-ass",
73 "keywords": [
74 "assertion",
75 "assertions",
76 "browser",
77 "debugging",
78 "defensive",
79 "lazy",
80 "node"
81 ],
82 "license": "MIT",
83 "main": "index.js",
84 "release": {
85 "verifyConditions": [
86 {
87 "path": "@semantic-release/condition-travis"
88 },
89 {
90 "path": "condition-node-version",
91 "node": "4.2.2"
92 }
93 ]
94 },
95 "repository": {
96 "type": "git",
97 "url": "git+https://github.com/bahmutov/lazy-ass.git"
98 },
99 "scripts": {
100 "build": "grunt",
101 "commit": "git-issues && commit-wizard",
102 "coveralls": "cat coverage/PhantomJS*/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
103 "demo": "grunt gh-pages",
104 "dont-break": "dont-break --timeout 30",
105 "issues": "git-issues",
106 "mocha": "mocha test/*.spec.js",
107 "pkgfiles": "pkgfiles",
108 "semantic-release": "semantic-release pre && npm publish && semantic-release post",
109 "size": "tarball=\"$(npm pack .)\"; wc -c \"${tarball}\"; tar tvf \"${tarball}\"; rm \"${tarball}\";",
110 "test": "grunt test",
111 "watch": "grunt watch"
112 },
113 "readme": "ERROR: No README data found!",
114 "_id": "lazy-ass@0.0.0-semantic-release"
115}
\No newline at end of file