-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.3 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.3 KB
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": "prototyp_api",
"version": "1.0.0",
"description": "PROTOTYPE API OF LOCALIZATION MANAGER",
"main": "install.js",
"scripts": {
"test": "node tests/runTestsFromConsole.js",
"jira": "npm run compile_jira_integration && node ./integrations/dist/jira_integration.js",
"compile_jira_integration": "./node_modules/.bin/babel ./integrations/src --out-dir ./integrations/dist --presets=node6,es2016"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Martinator112/prototype_localization_manager_api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Martinator112/prototype_localization_manager_api/issues"
},
"homepage": "https://github.com/Martinator112/prototype_localization_manager_api#readme",
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2016": "^6.24.1",
"babel-preset-node6": "^11.0.0",
"base64-js": "^1.2.0",
"base64url": "^2.0.0",
"command-line-arguments": "^1.1.1",
"deep-copy": "^1.2.0",
"es6-promise": "^4.1.0",
"es6-shim": "^0.35.3",
"mocha": "^3.2.0",
"babel-preset-env": "^1.4.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0"
}
}