-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 892 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
{
"name": "phrase-engine",
"author": {
"email": "[email protected]",
"name": "Omran Jamal",
"url": "https://github.com/omranjamal"
},
"keywords": [
"langauge",
"DSL",
"xml",
"conversation",
"internationalization"
],
"repository": {
"type": "git",
"url": "https://github.com/Hedronium/PhraseEngine"
},
"description": "Language files on steroids for conversational UIs that aren't boring.",
"dependencies": {
"xmldom": "^0.1.27"
},
"devDependencies": {
"@types/node": "^8.0.26",
"@types/xmldom": "^0.1.29",
"chai": "^4.1.2",
"mocha": "^3.5.0",
"typescript": "^2.5.2"
},
"bin": {
"phrase-engine": "./dist/cli.js"
},
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"prepublishOnly": "node ./node_modules/bin/tsc"
},
"version": "0.2.0"
}