-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
40 lines (40 loc) · 907 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
40
{
"name": "rus-diff",
"version": "1.1.0",
"description": "MongoDB compatible JSON diff.",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/mirek/node-rus-diff.git"
},
"keywords": [
"json",
"diff",
"mongo",
"mongodb"
],
"author": "Mirek Rusin http://github.com/mirek",
"license": "MIT",
"bugs": {
"url": "https://github.com/mirek/node-rus-diff/issues"
},
"homepage": "https://github.com/mirek/node-rus-diff",
"devDependencies": {
"babel": "^5.2.16",
"bson": "^0.3.1",
"coffee-script": "^1.9.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-codo": "^0.2.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.1"
},
"dependencies": {
"json-hash": "^1.1.0"
}
}