forked from kotlin-cloud/kotlin-is-not-like-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 960 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
{
"name": "kotlin-is-not-like-kotlin",
"version": "0.0.1",
"description": "Kotlin is not like Java",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"mission": "0.0.7",
"shelljs": "^0.3.0"
},
"dependencies": {
"mission": "^0.0.7",
"shelljs": "^0.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kotlin-cloud/kotlin-is-not-like-java.git"
},
"keywords": [
"kotlin",
"java"
],
"bugs": {
"url": "https://github.com/kotlin-cloud/kotlin-is-not-like-java/issues"
},
"homepage": "https://github.com/kotlin-cloud/kotlin-is-not-like-java",
"faas": {
"domain": "kotlin",
"public": "./",
"description": "kotlin",
"author_name": "KevinOfNeu",
"author_email": "[email protected]",
"notice": ["[email protected]"],
"build": []
}
}