-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.34 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
48
49
50
51
52
53
54
{
"name": "fuzzyjava",
"version": "0.0.2",
"description": "",
"bugs": {
"url": "https://github.com/cs125-illinois/fuzzyjava/issues"
},
"homepage": "https://github.com/cs125-illinois/fuzzyjava",
"repository": {
"type": "git",
"url": "https://github.com/cs125-illinois/fuzzyjava.git"
},
"main": "./fuzzyjava.js",
"scripts": {
"test": "mocha tests/**/**js",
"make": "./scripts/make.js",
"dist": "webpack",
"serve": "http-server docs/"
},
"author": "",
"license": "MIT",
"dependencies": {
"antlr4": "^4.7.0",
"camelcase": "^4.1.0",
"chai": "^4.1.2",
"cycle": "^1.0.3",
"debug": "^3.1.0",
"json-stringify-pretty-compact": "^1.0.4",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"random-char": "^1.0.4",
"random-float": "^1.0.0",
"random-int": "^1.0.0",
"random-unicode": "^2.0.0",
"random-words": "0.0.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"app-root-dir": "^1.0.2",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browserify": "^14.5.0",
"chai": "^4.1.2",
"child-process-promise": "^2.2.1",
"fs-compare": "0.0.4",
"http-server": "^0.10.0",
"mocha": "^4.0.1",
"rollupify": "^0.4.0",
"uglifyify": "^4.0.5",
"uglifyjs-webpack-plugin": "^1.1.1",
"webpack": "^3.8.1"
}
}