-
Notifications
You must be signed in to change notification settings - Fork 127
/
package.json
42 lines (42 loc) · 941 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
41
42
{
"name": "jsinspect",
"version": "0.12.7",
"description": "Detect structural similarities in your code",
"keywords": [
"inspect",
"detect",
"code",
"duplicate",
"structure",
"copy",
"paste"
],
"author": "Daniel St. Jules <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/danielstjules/jsinspect",
"repository": {
"type": "git",
"url": "https://github.com/danielstjules/jsinspect.git"
},
"dependencies": {
"babylon": "6.16.1",
"chalk": "^2.1.0",
"commander": "^2.11.0",
"filepaths": "0.3.0",
"stable": "^0.1.6",
"strip-indent": "^1.0.1",
"strip-json-comments": "1.0.2"
},
"devDependencies": {
"concat-stream": "^1.5.0",
"dirmap": "^0.0.2",
"expect.js": "^0.3.1",
"mocha": "^3.5.0"
},
"bin": {
"jsinspect": "./bin/jsinspect"
},
"scripts": {
"test": "mocha -R spec spec spec/reporters"
}
}