UNPKG

1.52 kBJSONView Raw
1{
2 "name": "assertive",
3 "version": "3.0.0",
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 "nlm": {
21 "license": {
22 "files": [
23 "src"
24 ]
25 }
26 },
27 "dependencies": {
28 "lodash.isequal": "^4.5.0"
29 },
30 "devDependencies": {
31 "assertive": "^2.1.0",
32 "babel-cli": "^6.24.1",
33 "babel-plugin-transform-object-rest-spread": "^6.26.0",
34 "babel-preset-env": "^1.6.0",
35 "bluebird": "^3.3.4",
36 "eslint": "^4.7.1",
37 "eslint-config-groupon": "^6.0.0",
38 "eslint-plugin-import": "^2.8.0",
39 "eslint-plugin-mocha": "^4.12.1",
40 "eslint-plugin-node": "^5.1.1",
41 "eslint-plugin-prettier": "^2.2.0",
42 "mocha": "^3.1.2",
43 "nlm": "^3.0.0",
44 "prettier": "^1.6.1"
45 },
46 "author": {
47 "name": "Groupon",
48 "email": "opensource@groupon.com"
49 },
50 "contributors": [
51 "David Bushong <dbushong@groupon.com>",
52 "Johan Sundström <jsundstrom@groupon.com>",
53 "Sean Massa <smassa@groupon.com>"
54 ],
55 "files": [
56 "*.js",
57 "lib"
58 ],
59 "publishConfig": {
60 "registry": "https://registry.npmjs.org"
61 }
62}