-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1.14 KB
/
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
43
44
45
46
47
48
49
50
51
{
"name": "ify-loader",
"version": "1.0.4",
"description": "Webpack loader to handle browserify transforms as intended",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "https://github.com/hughsk"
},
"dependencies": {
"bl": "^4.0.3",
"findup": "^0.1.5",
"from2-array": "0.0.4",
"map-limit": "0.0.1",
"multipipe": "^0.3.0",
"read-package-json": "^2.0.2",
"resolve": "^1.1.6"
},
"devDependencies": {
"brfs": "^1.4.2",
"from2-string": "^1.1.0",
"glslify": "^6.1.0",
"npm-which": "^2.0.0",
"regl": "^1.3.0",
"standard": "^14.3.4",
"tap-spec": "^4.1.1",
"tape": "^4.4.0",
"through2": "^2.0.0",
"webpack": "^3.4.0"
},
"scripts": {
"test": "node test.js | tspec",
"posttest": "standard"
},
"keywords": [
"ify",
"browserify",
"loader",
"webpack"
],
"repository": {
"type": "git",
"url": "git://github.com/hughsk/ify-loader.git"
},
"homepage": "https://github.com/hughsk/ify-loader",
"bugs": {
"url": "https://github.com/hughsk/ify-loader/issues"
}
}