-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
58 lines (58 loc) Β· 1.28 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
55
56
57
58
{
"name": "inko",
"version": "1.1.1",
"description": "μνλ₯Ό νκΈλ‘ μ³€μ λ, νΉμ ννλ₯Ό μμ΄λ‘ λ³νν΄μ£Όλ κΈ°λ₯μ κ°μ§ μλ°μ€ν¬λ¦½νΈ μ€νμμ€ λΌμ΄λΈλ¬λ¦¬μ
λλ€.",
"bugs": {
"url": "https://github.com/738/inko/issues",
"email": "[email protected]"
},
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"prettier": "prettier --write ."
},
"keywords": [
"inko",
"korean",
"english",
"convert",
"converter",
"korea",
"μκΌ¬",
"νκΈ",
"μν",
"νν",
"μμ΄",
"λ³ν",
"νμνλ³ν"
],
"engines": {
"node": ">= 0.4.0"
},
"repository": {
"type": "git",
"url": "[email protected]:738/inko.git"
},
"author": "Jon Jee",
"license": "MIT",
"homepage": "https://inko.js.org",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"gulp": "^4.0.2",
"gulp-mocha": "^7.0.2",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify-es": "^2.0.0",
"gulp-util": "^3.0.8",
"mocha": "^8.2.0",
"prettier": "^2.5.0",
"pump": "^3.0.0",
"typescript": "^4.0.3"
}
}