forked from dahood/metropolis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 KB
/
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
43
44
45
46
47
{
"name": "metropolis",
"version": "0.0.80",
"description": "a code visualization tool",
"main": "gulpfile.js",
"files": [
"metro-install.ps1",
"metro-uninstall.ps1",
"dist"
],
"dependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.4.1",
"eslint-plugin-react": "^7.2.1",
"sloc": "~0.1.11"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-nunit-runner": "^1.1.0",
"gulp-dotnet-assembly-info": "^0.1.12",
"sync-exec": "^0.6.2",
"yargs": "^5.0.0"
},
"scripts": {
"postinstall": "TYPE metro-install.ps1 | PowerShell.exe -noprofile -",
"preuninstall": "TYPE metro-uninstall.ps1 | PowerShell.exe -noprofile -",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dahood/metropolis.git"
},
"keywords": [
"codebase",
"visualization",
"static",
"code",
"analysis"
],
"author": "Jonathan McCracken, Richard Hurst, Greg Cook",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/dahood/metropolis/issues"
},
"homepage": "https://github.com/dahood/metropolis#readme"
}