-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
47 lines (47 loc) · 937 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
43
44
45
46
47
{
"name": "minit",
"version": "0.5.9",
"title": "Montage Assistant",
"homepage": "http://www.montage.org",
"bugs": {
"url": "http://github.com/montagejs/minit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/montagejs/minit.git"
},
"license": "BSD-3-Clause",
"main": "main.js",
"dependencies": {
"commander": "^1.3.2",
"diacritics": "^1.3.0",
"joey": "^1.5.3",
"minidom": "^1.0.0",
"mustache": "^2.3.0",
"npm": "^6.9.0",
"q": "^1.5.0",
"q-io": "^1.13.5"
},
"devDependencies": {
"jasmine-node": "^1.14.5",
"jshint": "^2.9.5",
"mocks": "0.0.15",
"sandboxed-module": "^0.3.0"
},
"engines": {
"node": ">=10.16.2",
"npm": ">=6.9.0"
},
"bin": {
"minit": "minit"
},
"scripts": {
"test": "node run-test.js",
"lint": "jshint ."
},
"exclude": [
"test",
"run-test.js"
],
"preferGlobal": true
}