UNPKG

940 BJSONView Raw
1{
2 "name": "jsinspect",
3 "version": "0.7.0",
4 "description": "Detect structural similarities in your code",
5 "keywords": [
6 "inspect",
7 "detect",
8 "code",
9 "duplicate",
10 "structure",
11 "copy",
12 "paste"
13 ],
14 "author": "Daniel St. Jules <danielst.jules@gmail.com>",
15 "license": "MIT",
16 "homepage": "https://github.com/danielstjules/jsinspect",
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/danielstjules/jsinspect.git"
20 },
21 "dependencies": {
22 "acorn": "2.0.1",
23 "acorn-bfs": "0.0.1",
24 "chalk": "*",
25 "commander": "*",
26 "diff": "1.4.0",
27 "node-filepaths": "0.1.0",
28 "strip-indent": "^1.0.0",
29 "strip-json-comments": "1.0.2"
30 },
31 "devDependencies": {
32 "concat-stream": "^1.5.0",
33 "expect.js": "*",
34 "mocha": "*"
35 },
36 "bin": {
37 "jsinspect": "./bin/jsinspect"
38 },
39 "scripts": {
40 "test": "./node_modules/.bin/mocha -R spec spec spec/reporters"
41 }
42}