UNPKG

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