UNPKG

1.13 kBJSONView Raw
1{
2 "name": "object-hash",
3 "version": "0.5.0",
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": "set -e; for t in test/*.js; do node $t; done"
21 },
22 "author": "Scott Puleo <puleos@gmail.com>",
23 "license": "MIT",
24 "devDependencies": {
25 "tape": "~2.10.2",
26 "gulp": "~3.5.5",
27 "gulp-jshint": "~1.5.0",
28 "gulp-browserify": "~0.4.6",
29 "jshint-stylish": "~0.1.5",
30 "gulp-exec": "~1.0.4",
31 "gulp-uglify": "~0.2.1",
32 "gulp-rename": "~1.2.0"
33 },
34 "engines": {
35 "node": ">= 0.8.0"
36 },
37 "testling": {
38 "files": "test/*.js",
39 "browsers": [
40 "ie/9..latest",
41 "chrome/22..latest",
42 "firefox/16..latest",
43 "safari/latest",
44 "opera/12.0..latest",
45 "iphone/6",
46 "ipad/6",
47 "android-browser/latest"
48 ]
49 }
50}