-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 952 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "hash-object",
"version": "0.1.7",
"main": "lib/hash-object.js",
"description": "A Node.js module that hashes JavaScript objects.",
"homepage": "https://github.com/davidcaseria/hash-object",
"bugs": "https://github.com/davidcaseria/hash-object/issues",
"author": {
"name": "David Caseria",
"email": "[email protected]",
"url": "https://github.com/davidcaseria"
},
"repository": {
"type": "git",
"url": "https://github.com/davidcaseria/hash-object"
},
"license": "MIT",
"files": [
"lib"
],
"keywords": [
"hash-object",
"hash",
"object"
],
"devDependencies": {
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1",
"grunt-mocha-cli": "^1.9.0",
"jshint-stylish": "^0.2.0",
"chai": "~1.9.2"
},
"scripts": {
"test": "grunt"
}
}