-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 918 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.6",
"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": "*",
"commander": "*",
"filepaths": "0.3.0",
"stable": "0.1.6",
"strip-indent": "^1.0.0",
"strip-json-comments": "1.0.2"
},
"devDependencies": {
"concat-stream": "^1.5.0",
"expect.js": "*",
"mocha": "*",
"dirmap": "0.0.2"
},
"bin": {
"jsinspect": "./bin/jsinspect"
},
"scripts": {
"test": "mocha -R spec spec spec/reporters"
}
}