UNPKG

875 BJSONView Raw
1{
2 "name": "diff-json",
3 "version": "0.0.1",
4 "description": "Generates changesets for javascript objects. The changesets can be stored as a way of auditing history of an object.",
5 "main": "index.js",
6 "scripts": {
7 "test": "NODE_ENV=test mocha --compilers coffee:coffee-script/register -R spec --recursive test",
8 "prepublish": "coffee --output dist --compile src"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git@github.com:viruschidai/changesets.git"
13 },
14 "keywords": [
15 "javascript"
16 ],
17 "author": "viruschidai@gmail.com",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/viruschidai/changesets/issues"
21 },
22 "homepage": "https://github.com/viruschidai/changesets",
23 "dependencies": {
24 "underscore": "^1.6.0"
25 },
26 "devDependencies": {
27 "coffee-script": "^1.7.1",
28 "expect.js": "^0.3.1",
29 "mocha": "^1.20.1"
30 }
31}