UNPKG

1.27 kBJSONView Raw
1{
2 "name": "object-hash",
3 "version": "2.1.1",
4 "description": "Generate hashes from javascript objects in node and the browser.",
5 "homepage": "https://github.com/puleos/object-hash",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/puleos/object-hash"
9 },
10 "keywords": [
11 "object",
12 "hash",
13 "sha1",
14 "md5"
15 ],
16 "bugs": {
17 "url": "https://github.com/puleos/object-hash/issues"
18 },
19 "scripts": {
20 "test": "node ./node_modules/.bin/mocha test",
21 "prepublish": "gulp dist"
22 },
23 "author": "Scott Puleo <puleos@gmail.com>",
24 "files": [
25 "index.js",
26 "dist/object_hash.js"
27 ],
28 "license": "MIT",
29 "devDependencies": {
30 "browserify": "^16.2.3",
31 "gulp": "^4.0.0",
32 "gulp-browserify": "^0.5.1",
33 "gulp-coveralls": "^0.1.4",
34 "gulp-exec": "^3.0.1",
35 "gulp-istanbul": "^1.1.3",
36 "gulp-jshint": "^2.0.0",
37 "gulp-mocha": "^5.0.0",
38 "gulp-rename": "^1.2.0",
39 "gulp-replace": "^1.0.0",
40 "gulp-uglify": "^3.0.0",
41 "jshint": "^2.8.0",
42 "jshint-stylish": "^2.1.0",
43 "karma": "^4.2.0",
44 "karma-chrome-launcher": "^2.2.0",
45 "karma-mocha": "^1.3.0",
46 "mocha": "^6.2.0"
47 },
48 "engines": {
49 "node": ">= 6"
50 },
51 "main": "./index.js",
52 "browser": "./dist/object_hash.js"
53}