-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 827 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 827 Bytes
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
{
"name": "kotlin-vs-java",
"version": "0.0.1",
"description": "Kotlin vs Java ------",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jiyinyiyong, nilhcem, fabiomsr, driver733",
"license": "MIT",
"devDependencies": {
"mission": "0.0.7",
"shelljs": "^0.3.0",
"list-files": "1.1.4",
"combine-files": "1.1.8"
},
"dependencies": {
"mission": "^0.0.7",
"shelljs": "^0.3.0",
"list-files": "1.1.4",
"combine-files": "1.1.8"
},
"repository": {
"type": "git",
"url": "https://github.com/driver733/kotlin-vs-java.git"
},
"keywords": [
"java",
"kotlin"
],
"bugs": {
"url": "https://github.com/driver733/kotlin-vs-java/issues"
},
"homepage": "https://github.com/driver733/kotlin-vs-java"
}