forked from projectfluent/fluent.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 863 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 863 Bytes
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
{
"name": "fluent-javascript",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=8.9.0"
},
"devDependencies": {
"acorn-async-iteration": "^0.1.0",
"babel-eslint": "^8.2.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"colors": "^1.1.2",
"commander": "^2.12",
"eslint": "^4.15.0",
"eslint-plugin-mocha": "^4.11.0",
"fuzzer": "^0.2.1",
"gh-pages": "^1.1.0",
"jsdoc": "^3.5.5",
"mocha": "^4.1.0",
"prettyjson": "^1.2.1",
"rollup": "^0.55.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-node-resolve": "^3.0.2"
}
}