UNPKG

1.48 kBJSONView Raw
1{
2 "name": "assertive",
3 "version": "2.3.1",
4 "description": "Assertive is a terse yet expressive assertion library",
5 "license": "BSD-3-Clause",
6 "main": "lib/assertive.js",
7 "homepage": "https://github.com/groupon/assertive",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/groupon/assertive"
11 },
12 "bugs": {
13 "url": "https://github.com/groupon/assertive/issues"
14 },
15 "scripts": {
16 "pretest": "eslint src test && babel --source-maps=true --out-dir=lib src",
17 "test": "mocha",
18 "posttest": "nlm verify"
19 },
20 "engines": {
21 "node": ">=0.8"
22 },
23 "nlm": {
24 "license": {
25 "files": [
26 "src"
27 ]
28 }
29 },
30 "dependencies": {
31 "diff": "^3.3.0",
32 "lodash": "^4.6.1"
33 },
34 "devDependencies": {
35 "assertive": "^2.1.0",
36 "babel-cli": "^6.24.1",
37 "babel-preset-env": "^1.6.0",
38 "bluebird": "^3.3.4",
39 "eslint": "^3.0.0",
40 "eslint-config-groupon": "^4.0.0",
41 "eslint-config-groupon-node4": "^4.0.0",
42 "eslint-plugin-import": "^2.2.0",
43 "eslint-plugin-node": "^2.0.0",
44 "mocha": "^3.1.2",
45 "nlm": "^3.0.0",
46 "nodemon": "^1.0.0"
47 },
48 "author": {
49 "name": "Groupon",
50 "email": "opensource@groupon.com"
51 },
52 "contributors": [
53 "David Bushong <dbushong@groupon.com>",
54 "Johan Sundström <jsundstrom@groupon.com>",
55 "Sean Massa <smassa@groupon.com>"
56 ],
57 "files": [
58 "*.js",
59 "lib"
60 ],
61 "publishConfig": {
62 "registry": "https://registry.npmjs.org"
63 }
64}