forked from NoRedInk/elm-assets-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 956 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
36
37
38
39
40
41
42
{
"name": "elm-assets-loader",
"version": "0.2.0",
"description": "webpack loader for webpackifying asset references in Elm code",
"main": "index.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoRedInk/elm-assets-loader.git"
},
"keywords": [
"webpack",
"loader",
"elm",
"assets"
],
"author": "Marica Odagaki <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/NoRedInk/elm-assets-loader/issues"
},
"homepage": "https://github.com/NoRedInk/elm-assets-loader#readme",
"peerDependencies": {
"babel-core": "^6.18.2"
},
"devDependencies": {
"ava": "^0.16.0",
"elm": "0.17.1 - 0.18.0",
"elm-webpack-loader": "^3.0.6",
"file-loader": "^0.9.0",
"memory-fs": "^0.3.0",
"pify": "^2.3.0",
"webpack": "^1.13.3"
},
"files": [
"LICENSE",
"README.md",
"index.js"
]
}