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
|
{
"name": "purs-loader",
"version": "0.0.3",
"description": "PureScript loader for webpack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:ethul/purs-loader.git"
},
"author": "Eric Thul",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethul/purs-loader/issues"
},
"homepage": "https://github.com/ethul/purs-loader",
"dependencies": {
"chalk": "^0.5.1",
"glob": "4.0.6",
"loader-utils": "^0.2.3",
"lodash": "^2.4.1"
}
}
|