-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
35 lines (35 loc) · 885 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
{
"name": "haxe-loader",
"description": "Webpack loader for the Haxe programming language.",
"version": "0.10.0",
"author": "Jason O'Neil <jason.oneil@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jasononeil/webpack-haxe-loader.git"
},
"files": [
"index.js",
"haxelib",
"README.md"
],
"scripts": {
"prepare": "lix download",
"test": "npm run test:haxe && npm run test:js",
"test:js": "node test/test-suite.js",
"test:haxe": "haxe test/test-haxe.hxml && node test/dist/testHaxe.js"
},
"dependencies": {
"chalk": "^1.1.3",
"hash-sum": "^1.0.2",
"haxe-error-parser": "0.1.2",
"haxe-modular": "^0.14.0",
"loader-utils": "^1.1.0",
"null-loader": "^0.1.1",
"tmp": "0.0.33",
"yargs-parser": "^13.1.2"
},
"devDependencies": {
"lix": "^15.10.1"
}
}