-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1002 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
{
"name": "yona-translate",
"version": "0.0.1",
"description": "Yona i18n support",
"main": "index.js",
"scripts": {
"start": "babel-node --presets es2015 app/app.js",
"test": "jest --compilers js:babel-register test/**/*.test.js",
"test-watch": "npm test -- --watch",
"lint": "eslint app test *.js",
"test-run": "babel-node --presets es2015 run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yona-projects/yona-translate.git"
},
"keywords": [
"yona",
"Yona"
],
"author": "Suwon Chae",
"license": "MIT",
"bugs": {
"url": "https://github.com/yona-projects/yona-translate/issues"
},
"homepage": "https://github.com/yona-projects/yona-translate#readme",
"dependencies": {
"babel-cli": "^6.24.1",
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"fs-extra": "^3.0.1",
"glob": "^7.1.2",
"node-minizip": "^0.3.0",
"zip-folder": "^1.0.0"
}
}