Skip to content

Commit 39c02b1

Browse files
committed
Add project dependencies
1 parent e341e6b commit 39c02b1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
"version": "0.0.1",
44
"description": "Deep diffs two objects, including nested structures of arrays and objects, and return the difference.",
55
"author": "Matt Phillips",
6+
"license": "ISC",
7+
"dependencies": {
8+
"lodash": "^4.17.2"
9+
},
10+
"devDependencies": {
11+
"babel-cli": "^6.18.0",
12+
"babel-core": "^6.18.2",
13+
"babel-istanbul": "^0.11.0",
14+
"babel-preset-es2015": "^6.18.0",
15+
"babel-preset-stage-0": "^6.16.0",
16+
"chai": "^3.5.0",
17+
"mocha": "^3.1.2",
18+
"mocha-each": "^1.0.3"
19+
},
20+
"babel": {
21+
"presets": [
22+
"es2015",
23+
"stage-0"
24+
]
25+
},
626
"repository": {
727
"type": "git",
828
"url": "git+https://github.com/mattphillips/deep-object-diff.git"

0 commit comments

Comments
 (0)