-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 875 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
{
"author": {
"name": "Kolyaj",
"email": "kolyaj@yandex.ru",
"url": "https://github.com/Kolyaj"
},
"contributors": [
"Kolyaj <kolyaj@yandex.ru> (https://github.com/Kolyaj)",
"Stanislav Golikov (https://github.com/Stanislavsky34200"
],
"name": "jossy",
"description": "JavaScript files builder",
"version": "2.0.0",
"homepage": "https://github.com/Kolyaj/Jossy",
"repository": {
"type": "git",
"url": "git://github.com/Kolyaj/Jossy.git"
},
"dependencies": {
"commander": "^5.1.0",
"iclass": "^0.0.2",
"lblr-parser": "^1.0.3"
},
"devDependencies": {
"eslint": "^6.7.2",
"mocha": "^5.2.0",
"mock-fs": "^4.10.4"
},
"main": "lib/Jossy.js",
"bin": "bin/index.js",
"scripts": {
"test": "mocha"
}
}