-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 965 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
{
"name": "hof-transpiler",
"version": "2.0.2",
"main": "./index.js",
"description": "Takes files from a src and creates a language dir and translate file based on multiple files parts",
"license": "GPL-2.0",
"author": "HomeOffice",
"contributors": [
"Ben Marvell <[email protected]> (http://www.marvell-consulting.com/)",
"Joseph Chapman <[email protected]> (http://www.creatify-limited.com/)",
"Ralph Cowling <[email protected]> (http://www.ralph-cowling.com/)"
],
"bin": "./bin/hof-transpiler",
"scripts": {
"test": "mocha"
},
"dependencies": {
"debug": "^2.6.3",
"glob": "^7.1.1",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.4.3"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint-config-homeoffice": "^1.0.0",
"eslint-plugin-mocha": "^4.5.1",
"mocha": "^3.0.2",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
}
}