forked from morinted/us-to-uk-json-steno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 828 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
{
"name": "make_plover_uk",
"version": "1.0.0",
"description": "Convert Plover main into uk spellings dictionary.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-node make_uk.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/morinted/us-to-uk-json-steno.git"
},
"keywords": [
],
"author": "Ted Morin",
"license": "MIT",
"bugs": {
"url": "https://github.com/morinted/us-to-uk-json-steno/issues"
},
"homepage": "https://github.com/morinted/us-to-uk-json-steno",
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-eslint": "^5.0.0-beta6",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.0.0"
}
}