-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
{
"name": "to-shavian",
"version": "0.3.1",
"description": "Transliterate English into the Shavian (Shaw) Alphabet",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build-lexicon": "node src/tools/build-lexicon.js",
"build": "NODE_ENV=production node --max-old-space-size=8192 node_modules/rollup/bin/rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/nwah/to-shavian.git"
},
"keywords": [
"shavian",
"shaw",
"alphabet",
"transliterate",
"translate",
"english",
"spelling"
],
"author": "Noah Burney",
"license": "MIT",
"bugs": {
"url": "https://github.com/nwah/to-shavian/issues"
},
"homepage": "https://github.com/nwah/to-shavian#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-jest": "^23.0.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"jest": "^23.0.0",
"jest-cli": "^23.0.0",
"lodash": "^4.17.10",
"rollup": "^0.59.3",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-pluginutils": "^2.3.0",
"wink-pos-tagger": "^1.5.0"
},
"dependencies": {}
}