-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 813 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 813 Bytes
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
{
"name": "underscore.deepclone",
"description": "Underscore helper for deep cloning objects",
"version": "0.1.3",
"author": "mateusmaso",
"keywords": ["underscore", "javascript", "deep", "clone"],
"devDependencies": {
"chai": "*",
"mocha": "*",
"underscore": "~1.5.0",
"grunt": "~0.4.5",
"grunt-mocha-test": "~0.11.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-uglify": "~0.5.0"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/mateusmaso/underscore.deepclone/blob/master/LICENSE.txt"
}],
"repository": {
"type" : "git",
"url": "http://github.com/mateusmaso/underscore.deepclone"
},
"dependencies": {
"underscore": "~1.5.0"
},
"scripts": {
"test": "grunt mochaTest"
},
"main": "dist/underscore.deepclone.js"
}